summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* netfilter: ipset: deinline ip_set_put_extensions()Denys Vlasenko2015-05-142-22/+27
* netfilter: bridge: free nf_bridge info on xmitFlorian Westphal2015-05-141-2/+15
* netfilter: bridge: neigh_head and physoutdev can't be used at same timeFlorian Westphal2015-05-142-3/+7
* netfilter: ipset: Use better include files in xt_set.cJozsef Kadlecsik2015-05-131-1/+2
* netfilter: ipset: Improve preprocessor macros checksSergey Popovich2015-05-133-7/+18
* netfilter: ipset: Fix hashing for ipv6 setsSergey Popovich2015-05-135-8/+2
* netfilter: ipset: Fix ext_*() macrosSergey Popovich2015-05-131-4/+4
* netfilter: ipset: Check for comment netlink attribute lengthSergey Popovich2015-05-1315-15/+30
* netfilter: ipset: Return bool values instead of intSergey Popovich2015-05-1310-38/+43
* netfilter: ipset: Use HOST_MASK literal to represent host address CIDR lenSergey Popovich2015-05-137-9/+11
* netfilter: ipset: Check IPSET_ATTR_PORT only onceSergey Popovich2015-05-135-40/+10
* netfilter: ipset: Return ipset error instead of boolSergey Popovich2015-05-1312-48/+126
* netfilter: ipset: Preprocessor directices cleanupSergey Popovich2015-05-1312-34/+4
* netfilter: ipset: No need to make nomatch bitfieldSergey Popovich2015-05-131-2/+2
* netfilter: ipset: Properly calculate extensions offsets and total lengthSergey Popovich2015-05-131-3/+3
* netfilter: ipset: make ip_set_get_ip*_port to use skb_network_offsetAlexander Drozdov2015-05-131-2/+4
* netfilter: ipset: Give a better name to a macro in ip_set_core.cJozsef Kadlecsik2015-05-131-9/+9
* netfilter: ipset: Fix sparse warningJozsef Kadlecsik2015-05-131-2/+2
* net: make skb_dst_pop routine staticYing Xue2015-05-122-12/+12
* test_bpf: add 173 new testcases for eBPFMichael Holzheu2015-05-122-0/+2202
* samples/bpf: fix in-source build of samples with clangBrenden Blanco2015-05-121-1/+1
* cxgb4/cxgb4vf: Cleanup macros, add comments and add new MACROSHariprasad Shenai2015-05-129-147/+235
* hv_netvsc: Use the xmit_more skb flag to optimize signaling the hostKY Srinivasan2015-05-121-16/+27
* pktgen: fix packet generationAlexei Starovoitov2015-05-121-1/+10
* Merge branch 'systemport-irq-coalesce'David S. Miller2015-05-122-1/+64
|\
| * net: systemport: Implement RX coalescing control knobsFlorian Fainelli2015-05-122-7/+22
| * net: systemport: Implement TX coalescing control knobsFlorian Fainelli2015-05-121-0/+48
|/
* net: deinline netif_tx_stop_all_queues(), remove WARN_ON in netif_tx_stop_que...Denys Vlasenko2015-05-122-13/+12
* macvtap add missing ioctls - fix wrappingJustin Cormack2015-05-121-0/+29
* Merge branch 'switchdev_spring_cleanup'David S. Miller2015-05-1217-742/+1723
|\
| * switchdev: bring documentation up-to-dateScott Feldman2015-05-121-59/+355
| * rocker: make checkpatch -f cleanScott Feldman2015-05-122-24/+23
| * switchdev: remove NETIF_F_HW_SWITCH_OFFLOAD feature flagScott Feldman2015-05-125-12/+4
| * switchdev: convert fib_ipv4_add/del over to switchdev_port_obj_add/delScott Feldman2015-05-123-56/+55
| * switchdev: cut over to new switchdev_port_bridge_getlinkScott Feldman2015-05-123-14/+3
| * switchdev: add new switchdev_port_bridge_getlinkScott Feldman2015-05-122-0/+38
| * bridge: revert br_dellink change back to originalScott Feldman2015-05-121-10/+1
| * switchdev: remove unused switchdev_port_bridge_dellinkScott Feldman2015-05-122-45/+0
| * switchdev: cut over to new switchdev_port_bridge_dellinkScott Feldman2015-05-123-2/+3
| * switchdev: add new switchdev_port_bridge_dellinkScott Feldman2015-05-122-12/+18
| * bridge: restore br_setlink back to originalScott Feldman2015-05-121-10/+1
| * switchdev: remove old switchdev_port_bridge_setlinkScott Feldman2015-05-122-39/+0
| * switchdev: cut over to new switchdev_port_bridge_setlinkScott Feldman2015-05-123-43/+3
| * switchdev: add new switchdev bridge setlinkScott Feldman2015-05-121-11/+140
| * switchdev: add bridge port flags attrScott Feldman2015-05-122-0/+27
| * rocker: use switchdev add/del obj for bridge port vlansScott Feldman2015-05-121-7/+123
| * switchdev: add port vlan objScott Feldman2015-05-121-0/+8
| * switchdev: introduce switchdev add/del obj opsScott Feldman2015-05-122-0/+138
| * switchdev: convert STP update to switchdev attr setScott Feldman2015-05-125-50/+31
| * rocker: support prepare-commit transaction modelScott Feldman2015-05-121-249/+451