summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
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-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-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
2012-12-11net: remove obsolete simple_strto<foo>Abhijit Pawar
2012-12-11net: gro: dev_gro_receive() cleanupEric Dumazet
2012-12-10net: remove obsolete simple_strto<foo>Abhijit Pawar
2012-12-09net: Handle encapsulated offloads before fragmentation or handing to lower devAlexander Duyck
2012-12-09net: Add support for hardware-offloaded encapsulationJoseph Gasparakis
2012-12-07net: gro: fix possible panic in skb_gro_receive()Eric Dumazet
2012-12-07net: call notifiers for mtu change even if iface is not upJiri Pirko
2012-12-06net: fix some compiler warning in net/core/neighbour.cCong Wang
2012-12-05net: neighbour: prohibit negative value for unres_qlen_bytes parameterShan Wei
2012-12-04net: dev_change_net_namespace: send a KOBJ_REMOVED/KOBJ_ADDSerge Hallyn
2012-11-30rtnelink: remove unused parameter from rtnl_create_link().Rami Rosen
2012-11-29core: make GRO methods static.Rami Rosen
2012-11-26sockopt: Change getsockopt() of SO_BINDTODEVICE to return an interface nameBrian Haley
2012-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller