aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-14netfilter: bridge: neigh_head and physoutdev can't be used at same timeFlorian Westphal1-0/+2
2015-05-13netfilter: ipset: Use better include files in xt_set.cJozsef Kadlecsik1-1/+2
2015-05-13netfilter: ipset: Improve preprocessor macros checksSergey Popovich3-7/+18
2015-05-13netfilter: ipset: Fix hashing for ipv6 setsSergey Popovich5-8/+2
2015-05-13netfilter: ipset: Check for comment netlink attribute lengthSergey Popovich15-15/+30
2015-05-13netfilter: ipset: Return bool values instead of intSergey Popovich10-38/+43
2015-05-13netfilter: ipset: Use HOST_MASK literal to represent host address CIDR lenSergey Popovich7-9/+11
2015-05-13netfilter: ipset: Check IPSET_ATTR_PORT only onceSergey Popovich5-40/+10
2015-05-13netfilter: ipset: Return ipset error instead of boolSergey Popovich12-48/+126
2015-05-13netfilter: ipset: Preprocessor directices cleanupSergey Popovich12-34/+4
2015-05-13netfilter: ipset: No need to make nomatch bitfieldSergey Popovich1-2/+2
2015-05-13netfilter: ipset: Properly calculate extensions offsets and total lengthSergey Popovich1-3/+3
2015-05-13netfilter: ipset: make ip_set_get_ip*_port to use skb_network_offsetAlexander Drozdov1-2/+4
2015-05-13netfilter: ipset: Give a better name to a macro in ip_set_core.cJozsef Kadlecsik1-9/+9
2015-05-13netfilter: ipset: Fix sparse warningJozsef Kadlecsik1-2/+2
2015-05-12net: make skb_dst_pop routine staticYing Xue1-0/+12
2015-05-12pktgen: fix packet generationAlexei Starovoitov1-1/+10
2015-05-12net: deinline netif_tx_stop_all_queues(), remove WARN_ON in netif_tx_stop_queue()Denys Vlasenko1-0/+11
2015-05-12switchdev: remove NETIF_F_HW_SWITCH_OFFLOAD feature flagScott Feldman1-1/+0
2015-05-12switchdev: convert fib_ipv4_add/del over to switchdev_port_obj_add/delScott Feldman1-18/+31
2015-05-12switchdev: add new switchdev_port_bridge_getlinkScott Feldman1-0/+28
2015-05-12bridge: revert br_dellink change back to originalScott Feldman1-10/+1
2015-05-12switchdev: remove unused switchdev_port_bridge_dellinkScott Feldman1-30/+0
2015-05-12switchdev: add new switchdev_port_bridge_dellinkScott Feldman1-12/+12
2015-05-12bridge: restore br_setlink back to originalScott Feldman1-10/+1
2015-05-12switchdev: remove old switchdev_port_bridge_setlinkScott Feldman1-30/+0
2015-05-12switchdev: add new switchdev bridge setlinkScott Feldman1-11/+140
2015-05-12switchdev: introduce switchdev add/del obj opsScott Feldman1-0/+107
2015-05-12switchdev: convert STP update to switchdev attr setScott Feldman3-30/+24
2015-05-12switchdev: convert parent_id_get to switchdev attr getScott Feldman4-38/+35
2015-05-12switchdev: introduce get/set attrs opsScott Feldman1-0/+169
2015-05-12switchdev: s/swdev_/switchdev_/Jiri Pirko2-24/+24
2015-05-12switchdev: s/netdev_switch_/switchdev_/ and s/NETDEV_SWITCH_/SWITCHDEV_/Jiri Pirko7-107/+101
2015-05-12net_sched: gred: add TCA_GRED_LIMIT attributeDavid Ward1-4/+24
2015-05-12net: Add skb_free_frag to replace use of put_page in freeing skb->headAlexander Duyck1-4/+6
2015-05-12mm/net: Rename and move page fragment handling from net/ to mm/Alexander Duyck1-94/+6
2015-05-12net: Store virtual address instead of page in netdev_alloc_cacheAlexander Duyck1-23/+32
2015-05-12net: Use cached copy of pfmemalloc to avoid accessing pageAlexander Duyck1-62/+79
2015-05-11net: sched: deprecate enqueue_root()Eric Dumazet1-2/+2
2015-05-11net: sched: further simplify handle_ingDaniel Borkmann2-61/+27
2015-05-11net: sched: consolidate handle_ing and ing_filterDaniel Borkmann1-30/+16
2015-05-11net: kill sk_change_net and sk_release_kernelEric W. Biederman1-19/+0
2015-05-11netlink: Create kernel netlink sockets in the proper network namespaceEric W. Biederman1-8/+6
2015-05-11net: Modify sk_alloc to not reference count the netns of kernel sockets.Eric W. Biederman6-44/+27
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman48-89/+90
2015-05-11net: Add a struct net parameter to sock_create_kernEric W. Biederman9-14/+14
2015-05-11tun: Utilize the normal socket network namespace refcounting.Eric W. Biederman1-3/+0
2015-05-10codel: add ce_threshold attributeEric Dumazet2-3/+27
2015-05-09pktgen: introduce xmit_mode '<start_xmit|netif_receive>'Alexei Starovoitov1-5/+77
2015-05-09pktgen: adjust flag NO_TIMESTAMP to be more pktgen compliantJesper Dangaard Brouer1-0/+3