summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2013-05-20Merge tag 'v3.8.13'Scott Wood
2013-05-01net: rate-limit warn-bad-offload splats.Ben Greear
2013-05-01rtnetlink: Call nlmsg_parse() with correct header lengthMichael Riesch
2013-05-01netfilter: don't reset nf_trace in nf_reset()Patrick McHardy
2013-05-01net: count hw_addr syncs so that unsync works properly.Vlad Yasevich
2013-04-23net: Fix skb_recycle functionIoana Radulescu
2013-04-18netpoll: Add support for hardware checksumming on egressBogdan Hamciuc
2013-04-17Merge tag 'v3.8.8'Scott Wood
2013-04-16ASF QoS Configuration intergrated with TC module.Sachin Saxena
2013-04-16Changes to support ASF QOS Integration with KernelSachin Saxena
2013-04-16dpaa_eth: Remove NETIF_F_HW_QDISC from standard capability setBogdan Hamciuc
2013-04-08dpaa_eth: Use NETIF_F_HW_QDISC to by-pass Txq locking codeBogdan Hamciuc
2013-04-08dpaa_eth: DPAA Ethernet driver from SDK-v1.3.1Bogdan Hamciuc
2013-04-05Merge tag 'v3.8.4-rt2'Scott Wood
2013-04-05net: fix the use of this_cpu_ptrLi RongQing
2013-04-05net: add a synchronize_net() in netdev_rx_handler_unregister()Eric Dumazet
2013-04-05net: remove a WARN_ON() in net_enable_timestamp()Eric Dumazet
2013-04-05scm: Require CAP_SYS_ADMIN over the current pidns to spoof pids.Eric W. Biederman
2013-04-04net: make devnet_rename_seq a mutexSebastian Andrzej Siewior
2013-04-04net: Use local_bh_disable in netif_rx_ni()Thomas Gleixner
2013-04-04net: Another local_irq_disable/kmalloc headacheThomas Gleixner
2013-04-04net,RT:REmove preemption disabling in netif_rx()Priyanka Jain
2013-04-04softirq: Check preemption after reenabling interruptsThomas Gleixner
2013-04-04net: Avoid livelock in net_tx_action() on RTSteven Rostedt
2013-04-04skbufhead-raw-lock.patchThomas Gleixner
2013-04-04net-netif_rx_ni-migrate-disable.patchThomas Gleixner
2013-04-04softirq-thread-do-softirq.patchThomas Gleixner
2013-04-04net-flip-lock-dep-thingy.patchThomas Gleixner
2013-03-28rtnetlink: Mask the rta_type when range checkingVlad Yasevich
2013-03-21dpaa_eth,temp: Temporarily revert skb recycling removalBogdan Hamciuc
2013-03-20rtnl: fix info leak on RTM_GETLINK request for VF devicesMathias Krause
2013-03-20bridging: fix rx_handlers return codeCristian Bercaru
2013-02-28sock_diag: Fix out-of-bounds access to sock_diag_handlers[]Mathias Krause
2013-02-28ipv6: fix race condition regarding dst->expires and dst->from.YOSHIFUJI Hideaki
2013-02-12net: fix infinite loop in __skb_recv_datagram()Eric Dumazet
2013-02-03net: Fix inner_network_header assignment in skb-copy.Pravin B Shelar
2013-01-29pktgen: correctly handle failures when adding a deviceCong Wang
2013-01-22net: net_cls: fd passed in SCM_RIGHTS datagram not set correctlyDaniel Wagner
2013-01-21net: splice: fix __splice_segment()Eric Dumazet
2013-01-21net: splice: avoid high order page splittingEric Dumazet
2013-01-14tcp: fix a panic on UP machines in reqsk_fastopen_removeEric Dumazet
2013-01-11net, wireless: overwrite default_ethtool_opsStanislaw Gruszka
2012-12-22CONFIG_HOTPLUG removal from networking coreGreg KH
2012-12-21net: devnet_rename_seq should be a seqcountEric Dumazet
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-12-15userns: Require CAP_SYS_ADMIN for most uses of setns.Eric W. Biederman
2012-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-12-12Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2012-12-11net: gro: avoid double copy in skb_gro_receive()Eric Dumazet