aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-29net: add netdev_upper_get_next_dev_rcu(dev, iter)Veaceslav Falico1-0/+25
2013-08-29net: remove search_list from netdev_adjacentVeaceslav Falico1-36/+1
2013-08-29net: add lower_dev_list to net_device and make a full meshVeaceslav Falico1-27/+258
2013-08-29net: rename netdev_upper to netdev_adjacentVeaceslav Falico1-12/+12
2013-08-15dev: move skb_scrub_packet() after eth_type_trans()Nicolas Dichtel1-3/+3
2013-07-30net: add ndo to get id of physical port of the deviceJiri Pirko1-0/+18
2013-07-24net: Make devnet_rename_seq staticThomas Gleixner1-1/+1
2013-07-18vlan: mask vlan prio bitsEric Dumazet1-2/+9
2013-07-11gso: Update tunnel segmentation to support Tx checksum offloadAlexander Duyck1-8/+6
2013-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+34
2013-07-02core/dev: set pkt_type after eth_type_trans() in dev_forward_skb()Isaku Yamahata1-0/+6
2013-06-27dev: introduce skb_scrub_packet()Nicolas Dichtel1-10/+1
2013-06-26net: fix kernel deadlock with interface rename and netdev name retrieval.Nicolas Schichan1-0/+34
2013-06-23net: allow large number of tx queuesEric Dumazet1-7/+19
2013-06-10net: add napi_id and hashEliezer Tamir1-0/+59
2013-06-04net: mark netdev_create_hash __net_initBaruch Siach1-1/+1
2013-05-28net: Correct comparisons and calculations using skb->tail and skb-transport_headerSimon Horman1-2/+2
2013-05-28net: always pass struct netdev_notifier_info to netdevice notifiersCong Wang1-6/+0
2013-05-28net: pass changed flags along with NETDEV_CHANGE eventJiri Pirko1-2/+7
2013-05-28net: pass info struct via netdevice notifierJiri Pirko1-10/+46
2013-05-27netpoll: remove return value from netpoll_rx_disable()dingtianhong1-11/+4
2013-05-27MPLS: Add limited GSO supportSimon Horman1-0/+4
2013-05-25net: add netnotifier event for upper device changeJiri Pirko1-1/+2
2013-05-20rps: selective flow shedding during softnet overflowWillem de Bruijn1-1/+47
2013-05-17dev: remove duplicate 'skb->dev = dev' in dev_forward_skb()Nicolas Dichtel1-1/+0
2013-05-08gso: Handle Trans-Ether-Bridging protocol in skb_network_protocol()Pravin B Shelar1-0/+11
2013-05-02net: use netdev_features_t in skb_needs_linearize()Patrick McHardy1-1/+1
2013-04-30net: Use consume_skb() to free gso segmented skbSridhar Samudrala1-1/+4
2013-04-25net: remove redundant code in dev_hard_start_xmit()Eric Dumazet1-7/+0
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2013-04-22net: Remove return value from list_netdevice()dingtianhong1-3/+1
2013-04-19net: rate-limit warn-bad-offload splats.Ben Greear1-0/+3
2013-04-19net: vlan: add 802.1ad supportPatrick McHardy1-6/+10
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy1-2/+3
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy1-4/+5
2013-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2013-04-05netfilter: don't reset nf_trace in nf_reset()Patrick McHardy1-0/+1
2013-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+6
2013-03-29net: add a synchronize_net() in netdev_rx_handler_unregister()Eric Dumazet1-0/+6
2013-03-29net: core: Remove redundant call to 'nf_reset' in 'dev_forward_skb'Shmulik Ladkani1-1/+0
2013-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2013-03-26net_sched: better precise estimation on packet length for untrusted packetsJason Wang1-1/+7
2013-03-24net: remove a WARN_ON() in net_enable_timestamp()Eric Dumazet1-1/+0
2013-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-03-18net: Fix a comment typoKusanagi Kouichi1-1/+1
2013-03-12net/core: move vlan_depth out of while loop in skb_network_protocol()Li RongQing1-1/+1
2013-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2013-03-09tunnel: Inherit NETIF_F_SG for hw_enc_features.Pravin B Shelar1-0/+4
2013-03-09net: Kill link between CSUM and SG features.Pravin B Shelar1-30/+33
2013-03-08bridging: fix rx_handlers return codeCristian Bercaru1-0/+1