summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2015-05-13flow_dissector: fix doc for __skb_get_hash and remove couple of empty linesJiri Pirko
2015-05-13net: move *skb_get_poff declarations into correct headerJiri Pirko
2015-05-13net: change name of flow_dissector header to match the .c file nameJiri Pirko
2015-05-13net: sched: use counter to break reclassify loopsFlorian Westphal
2015-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-05-13switchdev: don't use anonymous union on switchdev attr/obj structsScott Feldman
2015-05-13switchdev: sparse warning: pass ipv4 fib dst as network-byte orderScott Feldman
2015-05-13switchdev: sparse warning: make __switchdev_port_obj_add staticScott Feldman
2015-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-05-12net: make skb_dst_pop routine staticYing Xue
2015-05-12pktgen: fix packet generationAlexei Starovoitov
2015-05-12net: deinline netif_tx_stop_all_queues(), remove WARN_ON in netif_tx_stop_que...Denys Vlasenko
2015-05-12netns: return RTM_NEWNSID instead of RTM_GETNSID on a getNicolas Dichtel
2015-05-12switchdev: remove NETIF_F_HW_SWITCH_OFFLOAD feature flagScott Feldman
2015-05-12switchdev: convert fib_ipv4_add/del over to switchdev_port_obj_add/delScott Feldman
2015-05-12switchdev: add new switchdev_port_bridge_getlinkScott Feldman
2015-05-12bridge: revert br_dellink change back to originalScott Feldman
2015-05-12switchdev: remove unused switchdev_port_bridge_dellinkScott Feldman
2015-05-12switchdev: add new switchdev_port_bridge_dellinkScott Feldman
2015-05-12bridge: restore br_setlink back to originalScott Feldman
2015-05-12switchdev: remove old switchdev_port_bridge_setlinkScott Feldman
2015-05-12switchdev: add new switchdev bridge setlinkScott Feldman
2015-05-12switchdev: introduce switchdev add/del obj opsScott Feldman
2015-05-12switchdev: convert STP update to switchdev attr setScott Feldman
2015-05-12switchdev: convert parent_id_get to switchdev attr getScott Feldman
2015-05-12switchdev: introduce get/set attrs opsScott Feldman
2015-05-12switchdev: s/swdev_/switchdev_/Jiri Pirko
2015-05-12switchdev: s/netdev_switch_/switchdev_/ and s/NETDEV_SWITCH_/SWITCHDEV_/Jiri Pirko
2015-05-12net_sched: gred: add TCA_GRED_LIMIT attributeDavid Ward
2015-05-12net: Add skb_free_frag to replace use of put_page in freeing skb->headAlexander Duyck
2015-05-12mm/net: Rename and move page fragment handling from net/ to mm/Alexander Duyck
2015-05-12net: Store virtual address instead of page in netdev_alloc_cacheAlexander Duyck
2015-05-12net: Use cached copy of pfmemalloc to avoid accessing pageAlexander Duyck
2015-05-11net: sched: deprecate enqueue_root()Eric Dumazet
2015-05-11net_sched: gred: use correct backlog value in WRED modeDavid Ward
2015-05-11net: sched: further simplify handle_ingDaniel Borkmann
2015-05-11net: sched: consolidate handle_ing and ing_filterDaniel Borkmann
2015-05-11net: kill sk_change_net and sk_release_kernelEric W. Biederman
2015-05-11netlink: Create kernel netlink sockets in the proper network namespaceEric W. Biederman
2015-05-11net: Modify sk_alloc to not reference count the netns of kernel sockets.Eric W. Biederman
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman
2015-05-11net: Add a struct net parameter to sock_create_kernEric W. Biederman
2015-05-11tun: Utilize the normal socket network namespace refcounting.Eric W. Biederman
2015-05-10codel: add ce_threshold attributeEric Dumazet
2015-05-10af_packet / TX_RING not fully non-blocking (w/ MSG_DONTWAIT).Kretschmer, Mathias
2015-05-09mpls: Change reserved label names to be consistent with netbsdTom Herbert
2015-05-09pktgen: introduce xmit_mode '<start_xmit|netif_receive>'Alexei Starovoitov
2015-05-09pktgen: adjust flag NO_TIMESTAMP to be more pktgen compliantJesper Dangaard Brouer
2015-05-09netlink: allow to listen "all" netnsNicolas Dichtel
2015-05-09netlink: rename private flags and statesNicolas Dichtel