aboutsummaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-35/+74
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-4/+5
2012-10-01net: add gro_cells infrastructureGravatar Eric Dumazet 1-0/+2
2012-10-01Merge tag 'driver-core-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-7/+13
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-2/+3
2012-09-20net: do not disable sg for packets requiring no checksumGravatar Ed Cashin 1-1/+2
2012-09-19netpoll: call ->ndo_select_queue() in tx pathGravatar Amerigo Wang 1-3/+3
2012-09-19net: provide a default dev->ethtool_opsGravatar Eric Dumazet 1-0/+4
2012-09-19net: dev: fix incorrect getting net device's nameGravatar Gao feng 1-8/+20
2012-09-19net: more accurate network taps in transmit pathGravatar Eric Dumazet 1-3/+6
2012-09-18net: fix memory leak on oom with zerocopyGravatar Michael S. Tsirkin 1-1/+1
2012-09-17userns: Convert the audit loginuid to be a kuidGravatar Eric W. Biederman 1-1/+1
2012-09-17device and dynamic_debug: Use dev_vprintk_emit and dev_printk_emitGravatar Joe Perches 1-10/+6
2012-09-17netdev_printk/netif_printk: Remove a superfluous logging colonGravatar Joe Perches 1-1/+1
2012-09-17netdev_printk/dynamic_netdev_dbg: Directly call printk_emitGravatar Joe Perches 1-7/+17
2012-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-5/+6
2012-09-08net: small bug on rxhash calculationGravatar Chema Gonzalez 1-5/+6
2012-08-31net: fix documentation of skb_needs_linearize().Gravatar Rami Rosen 1-3/+1
2012-08-30net: dev: fix the incorrect hold of net namespace's lo deviceGravatar Gao feng 1-0/+2
2012-08-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie...Gravatar David S. Miller 1-3/+4
2012-08-24net: Set device operstate at registration timeGravatar Ben Hutchings 1-0/+2
2012-08-23net: reinstate rtnl in call_netdevice_notifiers()Gravatar Eric Dumazet 1-2/+7
2012-08-22net: remove delay at device dismantleGravatar Eric Dumazet 1-14/+8
2012-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-4/+20
2012-08-20net/core/dev.c: fix kernel-doc warningGravatar Randy Dunlap 1-0/+1
2012-08-20af_packet: don't emit packet on orig fanout groupGravatar Eric Leblond 1-2/+14
2012-08-14userns: Convert __dev_set_promiscuity to use kuids in audit logsGravatar Eric W. Biederman 1-3/+4
2012-08-14net: remove netdev_bonding_change()Gravatar Amerigo Wang 1-6/+0
2012-08-14net: move and rename netif_notify_peers()Gravatar Amerigo Wang 1-0/+18
2012-08-09net: Make ifindex generation per-net namespaceGravatar Pavel Emelyanov 1-2/+2
2012-08-09net: Allow to create links with given ifindexGravatar Pavel Emelyanov 1-1/+6
2012-08-08net/core: Fix potential memory leak in dev_set_alias()Gravatar Alexey Khoroshilov 1-2/+5
2012-08-02net: Allow driver to limit number of GSO segments per skbGravatar Ben Hutchings 1-0/+4
2012-07-31Merge branch 'akpm' (Andrew's patch-bomb)Gravatar Linus Torvalds 1-6/+47
2012-07-31Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+3
2012-07-31netvm: set PF_MEMALLOC as appropriate during SKB processingGravatar Mel Gorman 1-6/+47
2012-07-23net: Make skb->skb_iif always track skb->devGravatar David S. Miller 1-2/+1
2012-07-22net: orphan frags on receiveGravatar Michael S. Tsirkin 1-1/+6
2012-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+2
2012-07-18net: Statically initialize init_net.dev_base_headGravatar Rustad, Mark D 1-1/+2
2012-07-14net: feed /dev/random with the MAC address when registering a deviceGravatar Theodore Ts'o 1-0/+3
2012-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-2/+6
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsGravatar Ben Hutchings 1-3/+5
2012-07-10net: Properly define functions with no parametersGravatar Ben Hutchings 1-1/+1
2012-07-09net: cgroup: fix out of bounds accessesGravatar Eric Dumazet 1-2/+6
2012-07-05net-next: Add netif_get_num_default_rss_queuesGravatar Yuval Mintz 1-0/+11
2012-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-2/+2
2012-06-28net: Downgrade CAP_SYS_MODULE deprecated message from error to warning.Gravatar Vinson Lee 1-2/+2
2012-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-22/+1
2012-06-15net: remove skb_orphan_try()Gravatar Eric Dumazet 1-22/+1