summaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
AgeCommit message (Expand)Author
2013-12-19Merge branch 'master' into for-nextJiri Kosina
2013-12-17net: allow netdev_all_upper_get_next_dev_rcu with rtnl lock heldJohn Fastabend
2013-12-17net: Change skb_get_rxhash to skb_get_hashTom Herbert
2013-12-14bonding: create bond_first_slave_rcu()dingtianhong
2013-12-12net-gro: Prepare GRO stack for the upcoming tunneling supportJerry Chu
2013-12-09net: dev: move inline skb_needs_linearize helper to headerDaniel Borkmann
2013-12-06net: introduce dev_consume_skb_any()Eric Dumazet
2013-12-06gro: small napi_get_frags() optimEric Dumazet
2013-12-02Fix comment typo for alloc_netdev_mqs()Li Zhong
2013-11-20net: core: Always propagate flag changes to interfacesVlad Yasevich
2013-11-15macvlan: disable LRO on lower device instead of macvlanMichal Kubeček
2013-11-14core/dev: do not ignore dmac in dev_forward_skb()Alexei Starovoitov
2013-11-07net: Add layer 2 hardware acceleration operations for macvlan devicesJohn Fastabend
2013-11-03net: extend net_device allocation to vmalloc()Eric Dumazet
2013-10-25net: fix rtnl notification in atomic contextAlexei Starovoitov
2013-10-25net: add missing dev_put() in __netdev_adjacent_dev_insertNikolay Aleksandrov
2013-10-19ipv4: gso: make inet_gso_segment() stackableEric Dumazet
2013-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-10-07net: Separate the close_list and the unreg_list v2Eric W. Biederman
2013-10-07netif_set_xps_queue: make cpu mask constMichael S. Tsirkin
2013-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-09-30dev: always advertise rx_flags changes via netlinkNicolas Dichtel
2013-09-30dev: update __dev_notify_flags() to send rtnl msgNicolas Dichtel
2013-09-28net: Delay default_device_exit_batch until no devices are unregistering v2Eric W. Biederman
2013-09-26net: create sysfs symlinks for neighbour devicesVeaceslav Falico
2013-09-26net: expose the master link to sysfs, and remove it from bondVeaceslav Falico
2013-09-26net: add a possibility to get private from netdev_adjacent->listVeaceslav Falico
2013-09-26net: add for_each iterators through neighbour lower link's privateVeaceslav Falico
2013-09-26net: add netdev_adjacent->private and allow to use itVeaceslav Falico
2013-09-26net: add RCU variant to search for netdev_adjacent linkVeaceslav Falico
2013-09-26net: add adj_list to save only neighboursVeaceslav Falico
2013-09-26net: use lists as arguments instead of bool upperVeaceslav Falico
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