aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-24net: guard tcp_set_keepalive() to tcp socketsEric Dumazet1-1/+2
2012-09-24filter: add XOR instruction for use with X/KDaniel Borkmann1-3/+9
2012-09-24net: use a per task frag allocatorEric Dumazet2-30/+56
2012-09-20net: do not disable sg for packets requiring no checksumEd Cashin1-1/+2
2012-09-19net/core: fix comment in skb_try_coalesceLi RongQing1-1/+3
2012-09-19netpoll: call ->ndo_select_queue() in tx pathAmerigo Wang2-4/+4
2012-09-19netdev: make address const in device address managementstephen hemminger1-19/+21
2012-09-19net: provide a default dev->ethtool_opsEric Dumazet2-12/+4
2012-09-19net: dev: fix incorrect getting net device's nameGao feng1-8/+20
2012-09-19net: more accurate network taps in transmit pathEric Dumazet1-3/+6
2012-09-18net: fix memory leak on oom with zerocopyMichael S. Tsirkin1-1/+1
2012-09-17userns: Convert the audit loginuid to be a kuidEric W. Biederman1-1/+1
2012-09-17device and dynamic_debug: Use dev_vprintk_emit and dev_printk_emitJoe Perches1-10/+6
2012-09-17netdev_printk/netif_printk: Remove a superfluous logging colonJoe Perches1-1/+1
2012-09-17netdev_printk/dynamic_netdev_dbg: Directly call printk_emitJoe Perches1-7/+17
2012-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-7/+15
2012-09-14cgroup: mark subsystems with broken hierarchy support and whine if cgroups are nested for themTejun Heo1-1/+11
2012-09-14cgroup: Assign subsystem IDs during compile timeDaniel Wagner2-22/+0
2012-09-14cgroup: net_prio: Do not define task_netpioidx() when not selectedDaniel Wagner1-0/+2
2012-09-14cgroup: net_cls: Do not define task_cls_classid() when not selectedDaniel Wagner1-0/+2
2012-09-13pktgen: fix crash with vlan and packet size less than 46Nishank Trivedi1-1/+1
2012-09-13netprio_cgroup: Use memcpy instead of the for-loop to copy priomapSrivatsa S. Bhat1-5/+4
2012-09-13netprio_cgroup: Remove update_netdev_tables() since it is unnecessarySrivatsa S. Bhat1-32/+0
2012-09-10net: fix net/core/sock.c build errorRandy Dunlap1-0/+2
2012-09-10filter: add MOD operationEric Dumazet1-0/+15
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman3-13/+13
2012-09-08netlink: hide struct module parameter in netlink_kernel_createPablo Neira Ayuso2-3/+2
2012-09-08netlink: kill netlink_set_nonrootPablo Neira Ayuso1-1/+1
2012-09-08net: small bug on rxhash calculationChema Gonzalez1-5/+6
2012-09-07scm: Don't use struct ucred in NETLINK_CB and struct scm_cookie.Eric W. Biederman1-6/+11
2012-09-05net: add unknown state to sysfs NIC duplex exportNikolay Aleksandrov1-3/+15
2012-09-03net: sock_edemux() should take care of timewait socketsEric Dumazet1-1/+6
2012-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso7-34/+152
2012-08-31tcp: TCP Fast Open Server - support TFO listenersJerry Chu1-0/+95
2012-08-31net: fix documentation of skb_needs_linearize().Rami Rosen1-3/+1
2012-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+1
2012-08-30netpoll: provide an IP ident in UDP framesEric Dumazet1-1/+2
2012-08-30net: dev: fix the incorrect hold of net namespace's lo deviceGao feng1-0/+2
2012-08-30netfilter: ipv6: add IPv6 NAT supportPatrick McHardy1-0/+1
2012-08-30net: core: add function for incremental IPv6 pseudo header checksum updatesPatrick McHardy1-0/+20
2012-08-29netpoll: revert 6bdb7fe3104 and fix be_poll() insteadAmerigo Wang1-9/+1
2012-08-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceDavid S. Miller3-16/+32
2012-08-24net: Set device operstate at registration timeBen Hutchings2-0/+10
2012-08-24cls_cgroup: Allow classifier cgroups to have their classid reset to 0Neil Horman1-1/+1
2012-08-23net: reinstate rtnl in call_netdevice_notifiers()Eric Dumazet2-4/+8
2012-08-22net: remove delay at device dismantleEric Dumazet4-17/+12
2012-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-59/+118
2012-08-21workqueue: use mod_delayed_work() instead of __cancel + queueTejun Heo1-15/+6
2012-08-21workqueue: make deferrable delayed_work initializer names consistentTejun Heo1-1/+1
2012-08-20net/core/dev.c: fix kernel-doc warningRandy Dunlap1-0/+1