summaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-14net: Fix indentation in dev_hard_start_xmit()Ben Hutchings1-2/+1
2014-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-12/+17
2014-01-13net: make dev_set_mtu() honor notification return codeVeaceslav Falico1-9/+25
2014-01-13net: gro: change GRO overflow strategyEric Dumazet1-2/+15
2014-01-10net: core: explicitly select a txq before doing l2 forwardingJason Wang1-12/+17
2014-01-07net-gre-gro: Add GRE support to the GRO stackJerry Chu1-0/+26
2014-01-07net: Do not enable tx-nocache-copy by defaultBenjamin Poirier1-5/+0
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-1/+1
2014-01-03net: netprio: rename config to be more consistent with cgroup configsDaniel Borkmann1-1/+1
2014-01-01net: core functions cleanupstephen hemminger1-56/+26
2013-12-31net, rps: fix the comment of net_rps_action_and_irq_enable()Zhi Yong Wu1-1/+1
2013-12-21net: use kfree_skb_list() helperEric Dumazet1-15/+3
2013-12-17net: allow netdev_all_upper_get_next_dev_rcu with rtnl lock heldJohn Fastabend1-1/+1
2013-12-17net: Change skb_get_rxhash to skb_get_hashTom Herbert1-2/+2
2013-12-14bonding: create bond_first_slave_rcu()dingtianhong1-0/+21
2013-12-12net-gro: Prepare GRO stack for the upcoming tunneling supportJerry Chu1-51/+25
2013-12-09net: dev: move inline skb_needs_linearize helper to headerDaniel Borkmann1-15/+0
2013-12-06net: introduce dev_consume_skb_any()Eric Dumazet1-15/+30
2013-12-06gro: small napi_get_frags() optimEric Dumazet1-2/+1
2013-11-20net: core: Always propagate flag changes to interfacesVlad Yasevich1-1/+1
2013-11-15macvlan: disable LRO on lower device instead of macvlanMichal Kubeček1-0/+5
2013-11-14core/dev: do not ignore dmac in dev_forward_skb()Alexei Starovoitov1-5/+1
2013-11-07net: Add layer 2 hardware acceleration operations for macvlan devicesJohn Fastabend1-5/+13
2013-11-03net: extend net_device allocation to vmalloc()Eric Dumazet1-5/+17
2013-10-25net: fix rtnl notification in atomic contextAlexei Starovoitov1-8/+8
2013-10-25net: add missing dev_put() in __netdev_adjacent_dev_insertNikolay Aleksandrov1-0/+1
2013-10-19ipv4: gso: make inet_gso_segment() stackableEric Dumazet1-0/+2
2013-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2013-10-07net: Separate the close_list and the unreg_list v2Eric W. Biederman1-11/+14
2013-10-07netif_set_xps_queue: make cpu mask constMichael S. Tsirkin1-1/+2
2013-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+48
2013-09-30dev: always advertise rx_flags changes via netlinkNicolas Dichtel1-23/+37
2013-09-30dev: update __dev_notify_flags() to send rtnl msgNicolas Dichtel1-5/+6
2013-09-28net: Delay default_device_exit_batch until no devices are unregistering v2Eric W. Biederman1-1/+48
2013-09-26net: create sysfs symlinks for neighbour devicesVeaceslav Falico1-1/+34
2013-09-26net: expose the master link to sysfs, and remove it from bondVeaceslav Falico1-2/+17
2013-09-26net: add a possibility to get private from netdev_adjacent->listVeaceslav Falico1-0/+10
2013-09-26net: add for_each iterators through neighbour lower link's privateVeaceslav Falico1-1/+59
2013-09-26net: add netdev_adjacent->private and allow to use itVeaceslav Falico1-11/+57
2013-09-26net: add RCU variant to search for netdev_adjacent linkVeaceslav Falico1-0/+13
2013-09-26net: add adj_list to save only neighboursVeaceslav Falico1-100/+103
2013-09-26net: use lists as arguments instead of bool upperVeaceslav Falico1-32/+22
2013-09-04net: correctly interlink lower/upper devicesVeaceslav Falico1-2/+2
2013-09-04skb: allow skb_scrub_packet() to be used by tunnelsNicolas Dichtel1-1/+1
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