summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-05-13flow_dissector: remove unused function flow_get_hlen declarationJiri Pirko1-3/+0
2015-05-13net: change name of flow_dissector header to match the .c file nameJiri Pirko4-7/+14
2015-05-13net: sched: use counter to break reclassify loopsFlorian Westphal2-16/+1
2015-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller23-24/+183
2015-05-13switchdev: don't use anonymous union on switchdev attr/obj structsScott Feldman1-2/+2
2015-05-13switchdev: align comment with other comments in blockScott Feldman1-1/+1
2015-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds10-10/+133
2015-05-12net: Remove remaining remnants of pm_qos from netdevice.hDavid Ahern1-3/+0
2015-05-12net: make skb_dst_pop routine staticYing Xue1-12/+0
2015-05-12test_bpf: add 173 new testcases for eBPFMichael Holzheu1-0/+10
2015-05-12net: deinline netif_tx_stop_all_queues(), remove WARN_ON in netif_tx_stop_que...Denys Vlasenko1-13/+1
2015-05-12switchdev: remove NETIF_F_HW_SWITCH_OFFLOAD feature flagScott Feldman1-4/+1
2015-05-12switchdev: convert fib_ipv4_add/del over to switchdev_port_obj_add/delScott Feldman1-11/+10
2015-05-12switchdev: add new switchdev_port_bridge_getlinkScott Feldman1-0/+10
2015-05-12switchdev: remove unused switchdev_port_bridge_dellinkScott Feldman1-15/+0
2015-05-12switchdev: add new switchdev_port_bridge_dellinkScott Feldman1-0/+6
2015-05-12switchdev: remove old switchdev_port_bridge_setlinkScott Feldman1-9/+0
2015-05-12switchdev: add bridge port flags attrScott Feldman1-0/+2
2015-05-12switchdev: add port vlan objScott Feldman1-0/+8
2015-05-12switchdev: introduce switchdev add/del obj opsScott Feldman1-0/+31
2015-05-12switchdev: convert STP update to switchdev attr setScott Feldman1-11/+2
2015-05-12switchdev: convert parent_id_get to switchdev attr getScott Feldman1-14/+4
2015-05-12switchdev: introduce get/set attrs opsScott Feldman1-0/+43
2015-05-12switchdev: s/swdev_/switchdev_/Jiri Pirko2-16/+16
2015-05-12switchdev: s/netdev_switch_/switchdev_/ and s/NETDEV_SWITCH_/SWITCHDEV_/Jiri Pirko1-55/+56
2015-05-12net_sched: gred: add TCA_GRED_LIMIT attributeDavid Ward1-1/+2
2015-05-12net: Add skb_free_frag to replace use of put_page in freeing skb->headAlexander Duyck1-0/+5
2015-05-12mm/net: Rename and move page fragment handling from net/ to mm/Alexander Duyck3-3/+23
2015-05-12net: Store virtual address instead of page in netdev_alloc_cacheAlexander Duyck1-3/+2
2015-05-11net: sched: deprecate enqueue_root()Eric Dumazet1-6/+0
2015-05-11Merge branch 'for-4.1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+10
2015-05-11net: sched: fix typo in net_device ifdefDaniel Borkmann1-1/+1
2015-05-11net: sched: further simplify handle_ingDaniel Borkmann1-0/+4
2015-05-11bonding: add netlink support for sys prio, actor sys mac, and port keyAndy Gospodarek1-0/+3
2015-05-11bonding: Implement user key part of port_key in an AD system.Mahesh Bandewar2-0/+2
2015-05-11bonding: Allow userspace to set actors' macaddr in an AD-system.Mahesh Bandewar2-0/+2
2015-05-11bonding: Allow userspace to set actors' system_priority in AD systemMahesh Bandewar2-0/+2
2015-05-11net: kill sk_change_net and sk_release_kernelEric W. Biederman1-17/+0
2015-05-11net: Modify sk_alloc to not reference count the netns of kernel sockets.Eric W. Biederman2-1/+3
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman4-4/+4
2015-05-11net: Add a struct net parameter to sock_create_kernEric W. Biederman1-1/+1
2015-05-11tun: Utilize the normal socket network namespace refcounting.Eric W. Biederman1-1/+0
2015-05-10codel: add ce_threshold attributeEric Dumazet2-1/+15
2015-05-09mpls: Change reserved label names to be consistent with netbsdTom Herbert1-6/+6
2015-05-09netlink: allow to listen "all" netnsNicolas Dichtel3-0/+5
2015-05-09netns: rename peernet2id() to peernet2id_alloc()Nicolas Dichtel1-1/+1
2015-05-09Merge tag 'linux-can-next-for-4.2-20150506' of git://git.kernel.org/pub/scm/l...David S. Miller1-0/+6
2015-05-09Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+0
2015-05-09seccomp, filter: add and use bpf_prog_create_from_user from seccompDaniel Borkmann1-7/+5
2015-05-09seccomp: simplify seccomp_prepare_filter and reuse bpf_prepare_filterNicolas Schichan1-4/+0