summaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-31net: fix documentation of skb_needs_linearize().Rami Rosen1-3/+1
2012-08-30net: dev: fix the incorrect hold of net namespace's lo deviceGao feng1-0/+2
2012-08-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie...David S. Miller1-3/+4
2012-08-24net: Set device operstate at registration timeBen Hutchings1-0/+2
2012-08-23net: reinstate rtnl in call_netdevice_notifiers()Eric Dumazet1-2/+7
2012-08-22net: remove delay at device dismantleEric Dumazet1-14/+8
2012-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+20
2012-08-20net/core/dev.c: fix kernel-doc warningRandy Dunlap1-0/+1
2012-08-20af_packet: don't emit packet on orig fanout groupEric Leblond1-2/+14
2012-08-14userns: Convert __dev_set_promiscuity to use kuids in audit logsEric W. Biederman1-3/+4
2012-08-14net: remove netdev_bonding_change()Amerigo Wang1-6/+0
2012-08-14net: move and rename netif_notify_peers()Amerigo Wang1-0/+18
2012-08-09net: Make ifindex generation per-net namespacePavel Emelyanov1-2/+2
2012-08-09net: Allow to create links with given ifindexPavel Emelyanov1-1/+6
2012-08-08net/core: Fix potential memory leak in dev_set_alias()Alexey Khoroshilov1-2/+5
2012-08-02net: Allow driver to limit number of GSO segments per skbBen Hutchings1-0/+4
2012-07-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-6/+47
2012-07-31Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+3
2012-07-31netvm: set PF_MEMALLOC as appropriate during SKB processingMel Gorman1-6/+47
2012-07-23net: Make skb->skb_iif always track skb->devDavid S. Miller1-2/+1
2012-07-22net: orphan frags on receiveMichael S. Tsirkin1-1/+6
2012-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2012-07-18net: Statically initialize init_net.dev_base_headRustad, Mark D1-1/+2
2012-07-14net: feed /dev/random with the MAC address when registering a deviceTheodore Ts'o1-0/+3
2012-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+6
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings1-3/+5
2012-07-10net: Properly define functions with no parametersBen Hutchings1-1/+1
2012-07-09net: cgroup: fix out of bounds accessesEric Dumazet1-2/+6
2012-07-05net-next: Add netif_get_num_default_rss_queuesYuval Mintz1-0/+11
2012-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2012-06-28net: Downgrade CAP_SYS_MODULE deprecated message from error to warning.Vinson Lee1-2/+2
2012-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-22/+1
2012-06-15net: remove skb_orphan_try()Eric Dumazet1-22/+1
2012-06-12net-next: add dev_loopback_xmit() to avoid duplicate codeMichel Machado1-0/+17
2012-05-19net: napi_frags_skb() is staticEric Dumazet1-2/+1
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-31/+5
2012-05-15net: delete all instances of special processing for token ringPaul Gortmaker1-8/+6
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches1-18/+12
2012-05-10Revert "net: maintain namespace isolation between vlan and real device"David S. Miller1-31/+5
2012-04-30net: make GRO aware of skb->head_fragEric Dumazet1-1/+4
2012-04-19net: gro: GRO_MERGED_FREE consumes packetsEric Dumazet1-1/+4
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-3/+4
2012-04-13net: In unregister_netdevice_notifier unregister the netdevices.Eric W. Biederman1-0/+20
2012-04-03net: fix /proc/net/dev regressionEric Dumazet1-45/+13
2012-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+1
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds1-1/+0
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-28net/core: dev_forward_skb() should clear skb_iifBenjamin LaHaise1-0/+1
2012-03-21net: fix napi_reuse_skb() skb reserveEric Dumazet1-1/+2
2012-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-65/+50