aboutsummaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-10-02Merge branch 'for-3.7-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2012-10-01netlink: add attributes to fdb interfacestephen hemminger
2012-10-01net: add gro_cells infrastructureEric Dumazet
2012-10-01use skb_end_offset() in skb_try_coalesce()Weiping Pan
2012-10-01Merge tag 'driver-core-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-09-27net: use bigger pages in __netdev_alloc_fragEric Dumazet
2012-09-27net: remove sk_init() helperEric Dumazet
2012-09-24net: guard tcp_set_keepalive() to tcp socketsEric Dumazet
2012-09-24filter: add XOR instruction for use with X/KDaniel Borkmann
2012-09-24net: use a per task frag allocatorEric Dumazet
2012-09-20net: do not disable sg for packets requiring no checksumEd Cashin
2012-09-19net/core: fix comment in skb_try_coalesceLi RongQing
2012-09-19netpoll: call ->ndo_select_queue() in tx pathAmerigo Wang
2012-09-19netdev: make address const in device address managementstephen hemminger
2012-09-19net: provide a default dev->ethtool_opsEric Dumazet
2012-09-19net: dev: fix incorrect getting net device's nameGao feng
2012-09-19net: more accurate network taps in transmit pathEric Dumazet
2012-09-18net: fix memory leak on oom with zerocopyMichael S. Tsirkin
2012-09-17userns: Convert the audit loginuid to be a kuidEric W. Biederman
2012-09-17device and dynamic_debug: Use dev_vprintk_emit and dev_printk_emitJoe Perches
2012-09-17netdev_printk/netif_printk: Remove a superfluous logging colonJoe Perches
2012-09-17netdev_printk/dynamic_netdev_dbg: Directly call printk_emitJoe Perches
2012-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-09-14cgroup: mark subsystems with broken hierarchy support and whine if cgroups ar...Tejun Heo
2012-09-14cgroup: Assign subsystem IDs during compile timeDaniel Wagner
2012-09-14cgroup: net_prio: Do not define task_netpioidx() when not selectedDaniel Wagner
2012-09-14cgroup: net_cls: Do not define task_cls_classid() when not selectedDaniel Wagner
2012-09-13pktgen: fix crash with vlan and packet size less than 46Nishank Trivedi
2012-09-13netprio_cgroup: Use memcpy instead of the for-loop to copy priomapSrivatsa S. Bhat
2012-09-13netprio_cgroup: Remove update_netdev_tables() since it is unnecessarySrivatsa S. Bhat
2012-09-10net: fix net/core/sock.c build errorRandy Dunlap
2012-09-10filter: add MOD operationEric Dumazet
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman
2012-09-08netlink: hide struct module parameter in netlink_kernel_createPablo Neira Ayuso
2012-09-08netlink: kill netlink_set_nonrootPablo Neira Ayuso
2012-09-08net: small bug on rxhash calculationChema Gonzalez
2012-09-07scm: Don't use struct ucred in NETLINK_CB and struct scm_cookie.Eric W. Biederman
2012-09-05net: add unknown state to sysfs NIC duplex exportNikolay Aleksandrov
2012-09-03net: sock_edemux() should take care of timewait socketsEric Dumazet
2012-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso
2012-08-31tcp: TCP Fast Open Server - support TFO listenersJerry Chu
2012-08-31net: fix documentation of skb_needs_linearize().Rami Rosen
2012-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-08-30netpoll: provide an IP ident in UDP framesEric Dumazet
2012-08-30net: dev: fix the incorrect hold of net namespace's lo deviceGao feng