aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-24net: Add ops->ndo_xmit_flush()David S. Miller1-3/+2
2014-08-24net: skb_gro_checksum_* functionsTom Herbert1-1/+33
2014-08-23net: use reciprocal_scale() helperDaniel Borkmann1-2/+1
2014-08-11net: Always untag vlan-tagged traffic on input.Vlad Yasevich1-1/+1
2014-08-05net-timestamp: SCHED timestamp on entering packet schedulerWillem de Bruijn1-0/+4
2014-07-30net: Remove unlikely() for WARN_ON() conditionsThomas Graf1-1/+1
2014-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2014-07-20net: print a notification on device renameVeaceslav Falico1-0/+3
2014-07-20net: print net_device reg_state in netdev_* unless it's registeredVeaceslav Falico1-3/+5
2014-07-16net: remove open-coded skb_cow_head.françois romieu1-2/+2
2014-07-16net-gre-gro: Fix a bug that breaks the forwarding pathJerry Chu1-0/+2
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-12/+18
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-5/+8
2014-07-15net: set name assign type for renamed devicesTom Gundersen1-0/+7
2014-07-07net: Fix NETDEV_CHANGE notifier usage causing spurious arp flushLoic Prylli1-1/+8
2014-07-07net: Performance fix for process_backlogTom Herbert1-11/+10
2014-07-01rtnetlink: allow to register ops without ops->setup setJiri Pirko1-1/+1
2014-07-01net: fix some typos in commentYing Xue1-2/+2
2014-06-17net: delete duplicate dev_set_rx_mode() callPeter Pan(潘卫平)1-5/+1
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-37/+61
2014-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+4
2014-06-08net: force a list_del() in unregister_netdevice_many()Eric Dumazet1-1/+4
2014-06-08Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds1-4/+4
2014-06-05MPLS: Use mpls_features to activate software MPLS GSO segmentationSimon Horman1-1/+27
2014-06-05net: use the new API kvfree()WANG Cong1-8/+2
2014-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+25
2014-06-03net: remove some unless free on failure in alloc_netdev_mqs()WANG Cong1-5/+0
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds1-4/+4
2014-06-01net: fix wrong mac_len calculation for vlansNikolay Aleksandrov1-10/+25
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+78
2014-05-16bonding: Fix stacked device detection in arp monitoringVlad Yasevich1-0/+26
2014-05-16vlan: Fix lockdep warning with stacked vlan devices.Vlad Yasevich1-1/+0
2014-05-16net: Find the nesting level of a given device by type.Vlad Yasevich1-0/+50
2014-05-16net: gro: make sure skb->cb[] initial content has not to be zeroEric Dumazet1-0/+1
2014-05-15rtnetlink: wait for unregistering devices in rtnl_link_unregister()Cong Wang1-1/+1
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-12/+10
2014-05-07Revert "net: core: introduce netif_skb_dev_features"Florian Westphal1-12/+10
2014-05-05unregister_netdevice : move RTM_DELLINK to until after ndo_uninitRoopa Prabhu1-4/+4
2014-04-20net: Add __dev_forward_skbHerbert Xu1-18/+24
2014-04-18vlan: Fix lockdep warning when vlan dev handle notificationdingtianhong1-0/+1
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-4/+4
2014-04-14net: Start with correct mac_len in skb_network_protocolVlad Yasevich1-1/+1
2014-04-07netdev: remove potentially harmful checksVeaceslav Falico1-4/+2
2014-04-03net-gro: reset skb->truesize in napi_reuse_skb()Eric Dumazet1-0/+1
2014-04-03net: add busy_poll device featureJiri Pirko1-0/+7
2014-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-66/+87
2014-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2014-04-01Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2014-03-31net-gro: restore frag0 optimizationEric Dumazet1-32/+64
2014-03-31net: Allow modules to use is_skb_forwardableVlad Yasevich1-2/+2