summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* net: fix infinite loop in __skb_recv_datagram()Eric Dumazet2013-02-121-1/+1
* net: Fix inner_network_header assignment in skb-copy.Pravin B Shelar2013-02-031-1/+1
* pktgen: correctly handle failures when adding a deviceCong Wang2013-01-291-3/+6
* net: net_cls: fd passed in SCM_RIGHTS datagram not set correctlyDaniel Wagner2013-01-221-1/+4
* net: splice: fix __splice_segment()Eric Dumazet2013-01-211-13/+15
* net: splice: avoid high order page splittingEric Dumazet2013-01-211-29/+9Star
* tcp: fix a panic on UP machines in reqsk_fastopen_removeEric Dumazet2013-01-151-2/+0Star
* net, wireless: overwrite default_ethtool_opsStanislaw Gruszka2013-01-121-0/+8
* CONFIG_HOTPLUG removal from networking coreGreg KH2012-12-221-4/+0Star
* net: devnet_rename_seq should be a seqcountEric Dumazet2012-12-212-11/+11
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-12-181-1/+2
|\
| * userns: Require CAP_SYS_ADMIN for most uses of setns.Eric W. Biederman2012-12-151-1/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-12-181-1/+30
|\|
| * proc: Usable inode numbers for the namespace file descriptors.Eric W. Biederman2012-11-201-0/+24
| * userns: Allow unprivileged use of setns.Eric W. Biederman2012-11-201-1/+6
| * userns: make each net (net_ns) belong to a user_nsEric W. Biederman2012-11-191-4/+12
| * netns: Deduplicate and fix copy_net_ns when !CONFIG_NET_NSEric W. Biederman2012-11-191-7/+0Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-12-1315-145/+710
|\ \
| * | net: gro: avoid double copy in skb_gro_receive()Eric Dumazet2012-12-111-1/+0Star
| * | net: remove obsolete simple_strto<foo>Abhijit Pawar2012-12-111-1/+0Star
| * | net: gro: dev_gro_receive() cleanupEric Dumazet2012-12-111-26/+26
| * | net: remove obsolete simple_strto<foo>Abhijit Pawar2012-12-101-1/+4
| * | net: Handle encapsulated offloads before fragmentation or handing to lower devAlexander Duyck2012-12-091-2/+13
| * | net: Add support for hardware-offloaded encapsulationJoseph Gasparakis2012-12-091-0/+9
| * | net: call notifiers for mtu change even if iface is not upJiri Pirko2012-12-071-1/+1
| * | net: fix some compiler warning in net/core/neighbour.cCong Wang2012-12-061-3/+2Star
| * | net: neighbour: prohibit negative value for unres_qlen_bytes parameterShan Wei2012-12-051-5/+12
| * | net: dev_change_net_namespace: send a KOBJ_REMOVED/KOBJ_ADDSerge Hallyn2012-12-041-0/+6
| * | rtnelink: remove unused parameter from rtnl_create_link().Rami Rosen2012-11-301-2/+2
| * | core: make GRO methods static.Rami Rosen2012-11-291-6/+3Star
| * | sockopt: Change getsockopt() of SO_BINDTODEVICE to return an interface nameBrian Haley2012-11-262-6/+79
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-251-0/+20
| |\ \
| * | | net: Remove redundant null check before kfree in dev.cSachin Kamat2012-11-201-4/+2Star
| * | | net: remove unnecessary wireless includesJohannes Berg2012-11-201-2/+0Star
| * | | net: core: use this_cpu_ptr per-cpu helperShan Wei2012-11-201-3/+1Star
| * | | net: Enable a userns root rtnl calls that are safe for unprivilged usersEric W. Biederman2012-11-193-24/+4Star
| * | | net: Allow userns root control of the core of the network stack.Eric W. Biederman2012-11-194-13/+28
| * | | net: Allow userns root to force the scm credsEric W. Biederman2012-11-191-3/+3
| * | | net: Push capable(CAP_NET_ADMIN) into the rtnl methodsEric W. Biederman2012-11-193-1/+31
| * | | net: Don't export sysctls to unprivileged usersEric W. Biederman2012-11-192-0/+9
| * | | userns: make each net (net_ns) belong to a user_nsEric W. Biederman2012-11-191-4/+12
| * | | netns: Deduplicate and fix copy_net_ns when !CONFIG_NET_NSEric W. Biederman2012-11-191-7/+0Star
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-182-2/+5
| |\ \ \
| * | | | net: use right lock in __dev_remove_offloadEric Dumazet2012-11-161-2/+2
| * | | | net: Remove code duplication between offload structuresVlad Yasevich2012-11-151-7/+7
| * | | | net: Switch to using the new packet offload infrustructureVlad Yasevich2012-11-151-10/+9Star
| * | | | net: Add generic packet offload infrastructure.Vlad Yasevich2012-11-151-0/+80
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-113-4/+7
| |\ \ \ \
| * | | | | net: fix bridge notify hook to manage flags correctlyJohn Fastabend2012-11-031-8/+18
| * | | | | pktgen: clean up ktime_t helpersDaniel Borkmann2012-11-031-28/+13Star