summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)AuthorLines
2013-02-12net: fix infinite loop in __skb_recv_datagram()Eric Dumazet-1/+1
2013-02-03net: Fix inner_network_header assignment in skb-copy.Pravin B Shelar-1/+1
2013-01-29pktgen: correctly handle failures when adding a deviceCong Wang-3/+6
2013-01-22net: net_cls: fd passed in SCM_RIGHTS datagram not set correctlyDaniel Wagner-1/+4
2013-01-20net: splice: fix __splice_segment()Eric Dumazet-13/+15
2013-01-20net: splice: avoid high order page splittingEric Dumazet-29/+9
2013-01-14tcp: fix a panic on UP machines in reqsk_fastopen_removeEric Dumazet-2/+0
2013-01-11net, wireless: overwrite default_ethtool_opsStanislaw Gruszka-0/+8
2012-12-22CONFIG_HOTPLUG removal from networking coreGreg KH-4/+0
2012-12-21net: devnet_rename_seq should be a seqcountEric Dumazet-11/+11
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-1/+2
2012-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-1/+30
2012-12-14userns: Require CAP_SYS_ADMIN for most uses of setns.Eric W. Biederman-1/+2
2012-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-145/+710
2012-12-12Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds-147/+113
2012-12-11net: gro: avoid double copy in skb_gro_receive()Eric Dumazet-1/+0
2012-12-11net: remove obsolete simple_strto<foo>Abhijit Pawar-1/+0
2012-12-11net: gro: dev_gro_receive() cleanupEric Dumazet-26/+26
2012-12-10net: remove obsolete simple_strto<foo>Abhijit Pawar-1/+4
2012-12-09net: Handle encapsulated offloads before fragmentation or handing to lower devAlexander Duyck-2/+13
2012-12-09net: Add support for hardware-offloaded encapsulationJoseph Gasparakis-0/+9
2012-12-07net: gro: fix possible panic in skb_gro_receive()Eric Dumazet-3/+5
2012-12-07net: call notifiers for mtu change even if iface is not upJiri Pirko-1/+1
2012-12-05net: fix some compiler warning in net/core/neighbour.cCong Wang-3/+2
2012-12-05net: neighbour: prohibit negative value for unres_qlen_bytes parameterShan Wei-5/+12
2012-12-04net: dev_change_net_namespace: send a KOBJ_REMOVED/KOBJ_ADDSerge Hallyn-0/+6
2012-11-30rtnelink: remove unused parameter from rtnl_create_link().Rami Rosen-2/+2
2012-11-29core: make GRO methods static.Rami Rosen-6/+3
2012-11-26sockopt: Change getsockopt() of SO_BINDTODEVICE to return an interface nameBrian Haley-6/+79
2012-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+20
2012-11-22netprio_cgroup: allow nesting and inherit config on cgroup creationTejun Heo-18/+24
2012-11-22netprio_cgroup: implement netprio[_set]_prio() helpersTejun Heo-22/+50
2012-11-22netprio_cgroup: use cgroup->id instead of cgroup_netprio_state->prioidxTejun Heo-54/+11
2012-11-22netprio_cgroup: reimplement priomap expansionTejun Heo-23/+33
2012-11-22netprio_cgroup: shorten variable names in extend_netdev_table()Tejun Heo-12/+11
2012-11-22netprio_cgroup: simplify write_priomap()Tejun Heo-45/+11
2012-11-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-0/+20
2012-11-20net: Remove redundant null check before kfree in dev.cSachin Kamat-4/+2
2012-11-20proc: Usable inode numbers for the namespace file descriptors.Eric W. Biederman-0/+24
2012-11-20userns: Allow unprivileged use of setns.Eric W. Biederman-1/+6
2012-11-19net: remove unnecessary wireless includesJohannes Berg-2/+0
2012-11-19net: core: use this_cpu_ptr per-cpu helperShan Wei-3/+1
2012-11-19Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville-0/+20
2012-11-19cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/onli...Tejun Heo-4/+4
2012-11-18userns: make each net (net_ns) belong to a user_nsEric W. Biederman-4/+12
2012-11-18netns: Deduplicate and fix copy_net_ns when !CONFIG_NET_NSEric W. Biederman-7/+0
2012-11-18net: Enable a userns root rtnl calls that are safe for unprivilged usersEric W. Biederman-24/+4
2012-11-18net: Allow userns root control of the core of the network stack.Eric W. Biederman-13/+28
2012-11-18net: Allow userns root to force the scm credsEric W. Biederman-3/+3
2012-11-18net: Push capable(CAP_NET_ADMIN) into the rtnl methodsEric W. Biederman-1/+31