summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2011-04-14gro: reset skb_iif on reuseAndy Gospodarek
2011-04-14gro: Reset dev pointer on reuseHerbert Xu
2011-03-21net: don't allow CAP_NET_ADMIN to load non-netdev kernel modulesVasiliy Kulikov
2011-03-21net: deinit automatic LIST_HEADEric Dumazet
2011-03-21net: Fix ip link add netns oopsEric W. Biederman
2011-03-21net: Limit socket I/O iovec total length to INT_MAX.David S. Miller
2011-03-21net: NETIF_F_HW_CSUM does not imply FCoE CRC offloadBen Hutchings
2011-03-21net: clear heap allocation for ETHTOOL_GRXCLSRLALLKees Cook
2011-03-21tcp: Fix >4GB writes on 64-bit.David S. Miller
2011-03-21net: Fix the condition passed to sk_wait_event()Nagendra Tomar
2011-03-21net: clear heap allocations for privileged ethtool actionsKees Cook
2010-08-02ethtool: Fix potential user buffer overflow for ETHTOOL_{G, S}RXFHBen Hutchings
2010-08-02ethtool: Fix potential kernel buffer overflow in ETHTOOL_GRXCLSRLALLBen Hutchings
2010-08-02net/core: neighbour update OopsDoug Kehn
2010-08-02net: fix problem in reading sock TX queueTom Herbert
2010-08-02veth: Dont kfree_skb() after dev_forward_skb()Eric Dumazet
2010-08-02gro: Fix bogus gso_size on the first fraglist entryHerbert Xu
2010-04-01net: Potential null skb->dev dereferenceEric Dumazet
2010-04-01net: backlog functions renameZhu Yi
2010-04-01net: add limit for socket backlogZhu Yi
2010-03-15scm: Only support SCM_RIGHTS on unix domain sockets.Eric W. Biederman
2010-02-23net: bug fix for vlan + gro issueAjit Khaparde
2010-02-19net-sysfs: Use rtnl_trylock in wireless sysfs methods.Eric W. Biederman
2010-02-16ethtool: allow non-admin user to read GRO settings.stephen hemminger
2010-02-08dst: call cond_resched() in dst_gc_task()Eric Dumazet
2010-02-04pktgen: Fix freezing problemRafael J. Wysocki
2010-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2010-01-08tcp: update the netstamp_needed counter when cloning socketsOctavian Purdila
2009-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2009-12-23pktgen: ndo_start_xmit can return NET_XMIT_xxx valuesJohn Fastabend
2009-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2009-12-16const: constify remaining pipe_buf_operationsAlexey Dobriyan
2009-12-13net: Fix userspace RTM_NEWLINK notifications.Eric W. Biederman
2009-12-11net: Handle NETREG_UNINITIALIZED devices correctlyKrishna Kumar
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds
2009-12-05Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller
2009-12-05Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2009-12-03netdevice: provide common routine for macvlan and vlan operstate managementPatrick Mullaney
2009-12-03net: Allow fib_rule_unregister to batchEric W. Biederman
2009-12-03netns: Add an explicit rcu_barrier to unregister_pernet_{device|subsys}Eric W. Biederman
2009-12-03net: Move network device exit batchingEric W. Biederman
2009-12-03net: Add support for batching network namespace cleanupsEric W. Biederman
2009-12-03net 04/05: fib_rules: allow to delete local rulePatrick McHardy
2009-12-03net 03/05: fib_rules: add oif classificationPatrick McHardy
2009-12-03net 02/05: fib_rules: rename ifindex/ifname/FRA_IFNAME to iifindex/iifname/FR...Patrick McHardy
2009-12-02skbuff: remove skb_dma_map/unmapAlexander Duyck
2009-12-01net: Simplfy default_device_exit and improve batching.Eric W. Biederman
2009-12-01net: Automatically allocate per namespace data.Eric W. Biederman
2009-12-01net: Batch network namespace destruction.Eric W. Biederman