summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* tun: Utilize the normal socket network namespace refcounting.Eric W. Biederman2015-05-111-3/+0
* codel: add ce_threshold attributeEric Dumazet2015-05-102-3/+27
* pktgen: introduce xmit_mode '<start_xmit|netif_receive>'Alexei Starovoitov2015-05-091-5/+77
* pktgen: adjust flag NO_TIMESTAMP to be more pktgen compliantJesper Dangaard Brouer2015-05-091-0/+3
* netlink: allow to listen "all" netnsNicolas Dichtel2015-05-092-6/+56
* netlink: rename private flags and statesNicolas Dichtel2015-05-091-29/+30
* netns: use a spin_lock to protect nsid managementNicolas Dichtel2015-05-091-13/+44
* netns: notify new nsid outside __peernet2id()Nicolas Dichtel2015-05-091-14/+27
* netns: rename peernet2id() to peernet2id_alloc()Nicolas Dichtel2015-05-092-3/+3
* netns: always provide the id to rtnl_net_fill()Nicolas Dichtel2015-05-091-20/+11
* netns: returns always an id in __peernet2id()Nicolas Dichtel2015-05-091-11/+8
* tcp: set SOCK_NOSPACE under memory pressureJason Baron2015-05-091-1/+5
* seccomp, filter: add and use bpf_prog_create_from_user from seccompDaniel Borkmann2015-05-091-2/+49
* net: filter: add __GFP_NOWARN flag for larger kmem allocsDaniel Borkmann2015-05-091-3/+6
* seccomp: simplify seccomp_prepare_filter and reuse bpf_prepare_filterNicolas Schichan2015-05-091-4/+4
* net: filter: add a callback to allow classic post-verifier transformationsNicolas Schichan2015-05-091-3/+15
OpenPOWER on IntegriCloud