summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)Author
2014-07-29net: Fix NETDEV_CHANGE notifier usage causing spurious arp flushLoic Prylli
2014-06-27net: Do not enable tx-nocache-copy by defaultBenjamin Poirier
2014-06-23net: force a list_del() in unregister_netdevice_many()Eric Dumazet
2014-05-29net-gro: reset skb->truesize in napi_reuse_skb()Eric Dumazet
2014-05-29rtnetlink: wait for unregistering devices in rtnl_link_unregister()Cong Wang
2014-05-29vlan: Fix lockdep warning when vlan dev handle notificationdingtianhong
2014-02-26net: core: introduce netif_skb_dev_featuresFlorian Westphal
2013-12-08net: core: Always propagate flag changes to interfacesVlad Yasevich
2013-12-08core/dev: do not ignore dmac in dev_forward_skb()Alexei Starovoitov
2013-10-07netif_set_xps_queue: make cpu mask constMichael S. Tsirkin
2013-09-28net: Delay default_device_exit_batch until no devices are unregistering v2Eric W. Biederman
2013-09-04net: correctly interlink lower/upper devicesVeaceslav Falico
2013-09-04skb: allow skb_scrub_packet() to be used by tunnelsNicolas Dichtel
2013-08-29net: add netdev_upper_get_next_dev_rcu(dev, iter)Veaceslav Falico
2013-08-29net: remove search_list from netdev_adjacentVeaceslav Falico
2013-08-29net: add lower_dev_list to net_device and make a full meshVeaceslav Falico
2013-08-29net: rename netdev_upper to netdev_adjacentVeaceslav Falico
2013-08-15dev: move skb_scrub_packet() after eth_type_trans()Nicolas Dichtel
2013-07-30net: add ndo to get id of physical port of the deviceJiri Pirko
2013-07-24net: Make devnet_rename_seq staticThomas Gleixner
2013-07-18vlan: mask vlan prio bitsEric Dumazet
2013-07-11gso: Update tunnel segmentation to support Tx checksum offloadAlexander Duyck
2013-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-07-02core/dev: set pkt_type after eth_type_trans() in dev_forward_skb()Isaku Yamahata
2013-06-27dev: introduce skb_scrub_packet()Nicolas Dichtel
2013-06-26net: fix kernel deadlock with interface rename and netdev name retrieval.Nicolas Schichan
2013-06-23net: allow large number of tx queuesEric Dumazet
2013-06-10net: add napi_id and hashEliezer Tamir
2013-06-04net: mark netdev_create_hash __net_initBaruch Siach
2013-05-28net: Correct comparisons and calculations using skb->tail and skb-transport_h...Simon Horman
2013-05-28net: always pass struct netdev_notifier_info to netdevice notifiersCong Wang
2013-05-28net: pass changed flags along with NETDEV_CHANGE eventJiri Pirko
2013-05-28net: pass info struct via netdevice notifierJiri Pirko
2013-05-27netpoll: remove return value from netpoll_rx_disable()dingtianhong
2013-05-27MPLS: Add limited GSO supportSimon Horman
2013-05-25net: add netnotifier event for upper device changeJiri Pirko
2013-05-20rps: selective flow shedding during softnet overflowWillem de Bruijn
2013-05-17dev: remove duplicate 'skb->dev = dev' in dev_forward_skb()Nicolas Dichtel
2013-05-08gso: Handle Trans-Ether-Bridging protocol in skb_network_protocol()Pravin B Shelar
2013-05-02net: use netdev_features_t in skb_needs_linearize()Patrick McHardy
2013-04-30net: Use consume_skb() to free gso segmented skbSridhar Samudrala
2013-04-25net: remove redundant code in dev_hard_start_xmit()Eric Dumazet
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-04-22net: Remove return value from list_netdevice()dingtianhong
2013-04-19net: rate-limit warn-bad-offload splats.Ben Greear
2013-04-19net: vlan: add 802.1ad supportPatrick McHardy
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy
2013-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-04-05netfilter: don't reset nf_trace in nf_reset()Patrick McHardy