summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netfilter: x_tables: add context to know if extension runs from nft_compatPablo Neira Ayuso2015-05-154-2/+17
* netfilter: xt_MARK: Add ARP supportZhang Chunyu2015-05-141-0/+1
* netfilter: ipset: deinline ip_set_put_extensions()Denys Vlasenko2015-05-141-0/+25
* 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-141-0/+2
* 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: 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-121-0/+12
* pktgen: fix packet generationAlexei Starovoitov2015-05-121-1/+10
* net: deinline netif_tx_stop_all_queues(), remove WARN_ON in netif_tx_stop_que...Denys Vlasenko2015-05-121-0/+11
* switchdev: remove NETIF_F_HW_SWITCH_OFFLOAD feature flagScott Feldman2015-05-121-1/+0
* switchdev: convert fib_ipv4_add/del over to switchdev_port_obj_add/delScott Feldman2015-05-121-18/+31
* switchdev: add new switchdev_port_bridge_getlinkScott Feldman2015-05-121-0/+28
* bridge: revert br_dellink change back to originalScott Feldman2015-05-121-10/+1
* switchdev: remove unused switchdev_port_bridge_dellinkScott Feldman2015-05-121-30/+0
* switchdev: add new switchdev_port_bridge_dellinkScott Feldman2015-05-121-12/+12
* bridge: restore br_setlink back to originalScott Feldman2015-05-121-10/+1
* switchdev: remove old switchdev_port_bridge_setlinkScott Feldman2015-05-121-30/+0
* switchdev: add new switchdev bridge setlinkScott Feldman2015-05-121-11/+140
* switchdev: introduce switchdev add/del obj opsScott Feldman2015-05-121-0/+107
* switchdev: convert STP update to switchdev attr setScott Feldman2015-05-123-30/+24
* switchdev: convert parent_id_get to switchdev attr getScott Feldman2015-05-124-38/+35
* switchdev: introduce get/set attrs opsScott Feldman2015-05-121-0/+169
* switchdev: s/swdev_/switchdev_/Jiri Pirko2015-05-122-24/+24
* switchdev: s/netdev_switch_/switchdev_/ and s/NETDEV_SWITCH_/SWITCHDEV_/Jiri Pirko2015-05-127-107/+101
* net_sched: gred: add TCA_GRED_LIMIT attributeDavid Ward2015-05-121-4/+24
* net: Add skb_free_frag to replace use of put_page in freeing skb->headAlexander Duyck2015-05-121-4/+6
* mm/net: Rename and move page fragment handling from net/ to mm/Alexander Duyck2015-05-121-94/+6
* net: Store virtual address instead of page in netdev_alloc_cacheAlexander Duyck2015-05-121-23/+32
* net: Use cached copy of pfmemalloc to avoid accessing pageAlexander Duyck2015-05-121-62/+79
* net: sched: deprecate enqueue_root()Eric Dumazet2015-05-111-2/+2
* net: sched: further simplify handle_ingDaniel Borkmann2015-05-112-61/+27
* net: sched: consolidate handle_ing and ing_filterDaniel Borkmann2015-05-111-30/+16
* net: kill sk_change_net and sk_release_kernelEric W. Biederman2015-05-111-19/+0
* netlink: Create kernel netlink sockets in the proper network namespaceEric W. Biederman2015-05-111-8/+6
* net: Modify sk_alloc to not reference count the netns of kernel sockets.Eric W. Biederman2015-05-116-44/+27
* net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-1148-89/+90
* net: Add a struct net parameter to sock_create_kernEric W. Biederman2015-05-119-14/+14