summaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
Commit message (Expand)AuthorAgeFilesLines
* net: correctly interlink lower/upper devicesVeaceslav Falico2013-09-041-2/+2
* skb: allow skb_scrub_packet() to be used by tunnelsNicolas Dichtel2013-09-041-1/+1
* net: add netdev_upper_get_next_dev_rcu(dev, iter)Veaceslav Falico2013-08-291-0/+25
* net: remove search_list from netdev_adjacentVeaceslav Falico2013-08-291-36/+1Star
* net: add lower_dev_list to net_device and make a full meshVeaceslav Falico2013-08-291-27/+258
* net: rename netdev_upper to netdev_adjacentVeaceslav Falico2013-08-291-12/+12
* dev: move skb_scrub_packet() after eth_type_trans()Nicolas Dichtel2013-08-151-3/+3
* net: add ndo to get id of physical port of the deviceJiri Pirko2013-07-311-0/+18
* net: Make devnet_rename_seq staticThomas Gleixner2013-07-251-1/+1
* vlan: mask vlan prio bitsEric Dumazet2013-07-181-2/+9
* gso: Update tunnel segmentation to support Tx checksum offloadAlexander Duyck2013-07-111-8/+6Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-07-031-0/+34
|\
| * net: fix kernel deadlock with interface rename and netdev name retrieval.Nicolas Schichan2013-06-261-0/+34
* | core/dev: set pkt_type after eth_type_trans() in dev_forward_skb()Isaku Yamahata2013-07-031-0/+6
* | dev: introduce skb_scrub_packet()Nicolas Dichtel2013-06-281-10/+1Star
* | net: allow large number of tx queuesEric Dumazet2013-06-241-7/+19
* | net: add napi_id and hashEliezer Tamir2013-06-111-0/+59
* | net: mark netdev_create_hash __net_initBaruch Siach2013-06-051-1/+1
* | net: Correct comparisons and calculations using skb->tail and skb-transport_h...Simon Horman2013-05-291-2/+2
* | net: always pass struct netdev_notifier_info to netdevice notifiersCong Wang2013-05-291-6/+0Star
* | net: pass changed flags along with NETDEV_CHANGE eventJiri Pirko2013-05-281-2/+7
* | net: pass info struct via netdevice notifierJiri Pirko2013-05-281-10/+46
* | netpoll: remove return value from netpoll_rx_disable()dingtianhong2013-05-281-11/+4Star
* | MPLS: Add limited GSO supportSimon Horman2013-05-281-0/+4
* | net: add netnotifier event for upper device changeJiri Pirko2013-05-261-1/+2
* | rps: selective flow shedding during softnet overflowWillem de Bruijn2013-05-201-1/+47
* | dev: remove duplicate 'skb->dev = dev' in dev_forward_skb()Nicolas Dichtel2013-05-181-1/+0Star
|/
* gso: Handle Trans-Ether-Bridging protocol in skb_network_protocol()Pravin B Shelar2013-05-081-0/+11
* net: use netdev_features_t in skb_needs_linearize()Patrick McHardy2013-05-021-1/+1
* net: Use consume_skb() to free gso segmented skbSridhar Samudrala2013-04-301-1/+4
* net: remove redundant code in dev_hard_start_xmit()Eric Dumazet2013-04-251-7/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-231-0/+3
|\
| * net: rate-limit warn-bad-offload splats.Ben Greear2013-04-191-0/+3
* | net: Remove return value from list_netdevice()dingtianhong2013-04-221-3/+1Star
* | net: vlan: add 802.1ad supportPatrick McHardy2013-04-191-6/+10
* | net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2013-04-191-2/+3
* | net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-191-4/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-081-0/+1
|\|
| * netfilter: don't reset nf_trace in nf_reset()Patrick McHardy2013-04-051-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-011-1/+6
|\|
| * net: add a synchronize_net() in netdev_rx_handler_unregister()Eric Dumazet2013-03-291-0/+6
| * net: core: Remove redundant call to 'nf_reset' in 'dev_forward_skb'Shmulik Ladkani2013-03-291-1/+0Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-271-1/+0Star
|\|
| * net: remove a WARN_ON() in net_enable_timestamp()Eric Dumazet2013-03-241-1/+0Star
* | net_sched: better precise estimation on packet length for untrusted packetsJason Wang2013-03-261-1/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-201-1/+1
|\|
| * net/core: move vlan_depth out of while loop in skb_network_protocol()Li RongQing2013-03-121-1/+1
* | net: Fix a comment typoKusanagi Kouichi2013-03-181-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-121-2/+3
|\|
| * bridging: fix rx_handlers return codeCristian Bercaru2013-03-081-0/+1