summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* CONFIG_HOTPLUG removal from networking coreGreg KH2012-12-221-4/+0
* 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-141-1/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-12-171-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-181-4/+12
| * netns: Deduplicate and fix copy_net_ns when !CONFIG_NET_NSEric W. Biederman2012-11-181-7/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-12-1215-145/+710
|\ \
| * | net: gro: avoid double copy in skb_gro_receive()Eric Dumazet2012-12-111-1/+0
| * | net: remove obsolete simple_strto<foo>Abhijit Pawar2012-12-111-1/+0
| * | 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-051-3/+2
| * | 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/+3
| * | 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/+2
| * | | net: remove unnecessary wireless includesJohannes Berg2012-11-191-2/+0
| * | | net: core: use this_cpu_ptr per-cpu helperShan Wei2012-11-191-3/+1
| * | | net: Enable a userns root rtnl calls that are safe for unprivilged usersEric W. Biederman2012-11-183-24/+4
| * | | net: Allow userns root control of the core of the network stack.Eric W. Biederman2012-11-184-13/+28
| * | | net: Allow userns root to force the scm credsEric W. Biederman2012-11-181-3/+3
| * | | net: Push capable(CAP_NET_ADMIN) into the rtnl methodsEric W. Biederman2012-11-183-1/+31
| * | | net: Don't export sysctls to unprivileged usersEric W. Biederman2012-11-182-0/+9
| * | | userns: make each net (net_ns) belong to a user_nsEric W. Biederman2012-11-181-4/+12
| * | | netns: Deduplicate and fix copy_net_ns when !CONFIG_NET_NSEric W. Biederman2012-11-181-7/+0
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-172-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/+9
| * | | | 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-103-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/+13
| * | | | | net: Fix continued iteration in rtnl_bridge_getlink()Ben Hutchings2012-11-021-16/+7
| * | | | | skb: api to report errors for zero copy skbsMichael S. Tsirkin2012-11-021-0/+20
| * | | | | skb: report completion status for zero copy skbsMichael S. Tsirkin2012-11-021-2/+2
| * | | | | sk-filter: Add ability to get socket filter program (v2)Pavel Emelyanov2012-11-012-0/+136
| * | | | | net: filter: add vlan tag accessEric Dumazet2012-10-311-0/+9
| * | | | | ixgbe: add setlink, getlink support to ixgbe and ixgbevfJohn Fastabend2012-10-311-0/+50
| * | | | | net: set and query VEB/VEPA bridge mode via PF_BRIDGEJohn Fastabend2012-10-311-4/+81
| * | | | | net: create generic bridge opsJohn Fastabend2012-10-311-0/+80