summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)Author
2012-09-19netpoll: call ->ndo_select_queue() in tx pathAmerigo Wang
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-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-09-08net: small bug on rxhash calculationChema Gonzalez
2012-08-31net: fix documentation of skb_needs_linearize().Rami Rosen
2012-08-30net: dev: fix the incorrect hold of net namespace's lo deviceGao feng
2012-08-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie...David S. Miller
2012-08-24net: Set device operstate at registration timeBen Hutchings
2012-08-23net: reinstate rtnl in call_netdevice_notifiers()Eric Dumazet
2012-08-23net: remove delay at device dismantleEric Dumazet
2012-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-08-20net/core/dev.c: fix kernel-doc warningRandy Dunlap
2012-08-20af_packet: don't emit packet on orig fanout groupEric Leblond
2012-08-15userns: Convert __dev_set_promiscuity to use kuids in audit logsEric W. Biederman
2012-08-14net: remove netdev_bonding_change()Amerigo Wang
2012-08-14net: move and rename netif_notify_peers()Amerigo Wang
2012-08-09net: Make ifindex generation per-net namespacePavel Emelyanov
2012-08-09net: Allow to create links with given ifindexPavel Emelyanov
2012-08-08net/core: Fix potential memory leak in dev_set_alias()Alexey Khoroshilov
2012-08-02net: Allow driver to limit number of GSO segments per skbBen Hutchings
2012-08-01Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-08-01Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2012-08-01netvm: set PF_MEMALLOC as appropriate during SKB processingMel Gorman
2012-07-23net: Make skb->skb_iif always track skb->devDavid S. Miller
2012-07-22net: orphan frags on receiveMichael S. Tsirkin
2012-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-07-18net: Statically initialize init_net.dev_base_headRustad, Mark D
2012-07-15net: feed /dev/random with the MAC address when registering a deviceTheodore Ts'o
2012-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-07-11net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings
2012-07-11net: Properly define functions with no parametersBen Hutchings
2012-07-09net: cgroup: fix out of bounds accessesEric Dumazet
2012-07-05net-next: Add netif_get_num_default_rss_queuesYuval Mintz
2012-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-06-28net: Downgrade CAP_SYS_MODULE deprecated message from error to warning.Vinson Lee
2012-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-06-15net: remove skb_orphan_try()Eric Dumazet
2012-06-13net-next: add dev_loopback_xmit() to avoid duplicate codeMichel Machado
2012-05-19net: napi_frags_skb() is staticEric Dumazet
2012-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-05-16net: delete all instances of special processing for token ringPaul Gortmaker
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches
2012-05-11Revert "net: maintain namespace isolation between vlan and real device"David S. Miller
2012-05-01net: make GRO aware of skb->head_fragEric Dumazet
2012-04-19net: gro: GRO_MERGED_FREE consumes packetsEric Dumazet
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet
2012-04-13net: In unregister_netdevice_notifier unregister the netdevices.Eric W. Biederman
2012-04-03net: fix /proc/net/dev regressionEric Dumazet