summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)Author
2014-09-15net: fix creation adjacent device symlinksAlexander Y. Fomichev
2014-08-25net: fix checksum features handling in netif_skb_features()Michal Kubeček
2014-08-25net: prevent of emerging cross-namespace symlinksAlexander Y. Fomichev
2014-08-11net: Always untag vlan-tagged traffic on input.Vlad Yasevich
2014-08-05net-timestamp: SCHED timestamp on entering packet schedulerWillem de Bruijn
2014-07-30net: Remove unlikely() for WARN_ON() conditionsThomas Graf
2014-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-07-20net: print a notification on device renameVeaceslav Falico
2014-07-20net: print net_device reg_state in netdev_* unless it's registeredVeaceslav Falico
2014-07-16net: remove open-coded skb_cow_head.françois romieu
2014-07-16net-gre-gro: Fix a bug that breaks the forwarding pathJerry Chu
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen
2014-07-15net: set name assign type for renamed devicesTom Gundersen
2014-07-07net: Fix NETDEV_CHANGE notifier usage causing spurious arp flushLoic Prylli
2014-07-07net: Performance fix for process_backlogTom Herbert
2014-07-01rtnetlink: allow to register ops without ops->setup setJiri Pirko
2014-07-01net: fix some typos in commentYing Xue
2014-06-17net: delete duplicate dev_set_rx_mode() callPeter Pan(潘卫平)
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-06-08net: force a list_del() in unregister_netdevice_many()Eric Dumazet
2014-06-08Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds
2014-06-05MPLS: Use mpls_features to activate software MPLS GSO segmentationSimon Horman
2014-06-05net: use the new API kvfree()WANG Cong
2014-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-06-03net: remove some unless free on failure in alloc_netdev_mqs()WANG Cong
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-06-01net: fix wrong mac_len calculation for vlansNikolay Aleksandrov
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-05-16bonding: Fix stacked device detection in arp monitoringVlad Yasevich
2014-05-16vlan: Fix lockdep warning with stacked vlan devices.Vlad Yasevich
2014-05-16net: Find the nesting level of a given device by type.Vlad Yasevich
2014-05-16net: gro: make sure skb->cb[] initial content has not to be zeroEric Dumazet
2014-05-15rtnetlink: wait for unregistering devices in rtnl_link_unregister()Cong Wang
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-05-07Revert "net: core: introduce netif_skb_dev_features"Florian Westphal
2014-05-05unregister_netdevice : move RTM_DELLINK to until after ndo_uninitRoopa Prabhu
2014-04-20net: Add __dev_forward_skbHerbert Xu
2014-04-18vlan: Fix lockdep warning when vlan dev handle notificationdingtianhong
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra
2014-04-14net: Start with correct mac_len in skb_network_protocolVlad Yasevich
2014-04-07netdev: remove potentially harmful checksVeaceslav Falico
2014-04-03net-gro: reset skb->truesize in napi_reuse_skb()Eric Dumazet
2014-04-03net: add busy_poll device featureJiri Pirko
2014-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2014-04-01Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-03-31net-gro: restore frag0 optimizationEric Dumazet
2014-03-31net: Allow modules to use is_skb_forwardableVlad Yasevich