summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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
2015-05-09netlink: allow to listen "all" netnsNicolas Dichtel2-6/+56
2015-05-09netlink: rename private flags and statesNicolas Dichtel1-29/+30
2015-05-09netns: use a spin_lock to protect nsid managementNicolas Dichtel1-13/+44
2015-05-09netns: notify new nsid outside __peernet2id()Nicolas Dichtel1-14/+27
2015-05-09netns: rename peernet2id() to peernet2id_alloc()Nicolas Dichtel2-3/+3
2015-05-09netns: always provide the id to rtnl_net_fill()Nicolas Dichtel1-20/+11
2015-05-09netns: returns always an id in __peernet2id()Nicolas Dichtel1-11/+8
2015-05-09tcp: set SOCK_NOSPACE under memory pressureJason Baron1-1/+5
2015-05-09seccomp, filter: add and use bpf_prog_create_from_user from seccompDaniel Borkmann1-2/+49
2015-05-09net: filter: add __GFP_NOWARN flag for larger kmem allocsDaniel Borkmann1-3/+6
2015-05-09seccomp: simplify seccomp_prepare_filter and reuse bpf_prepare_filterNicolas Schichan1-4/+4
2015-05-09net: filter: add a callback to allow classic post-verifier transformationsNicolas Schichan1-3/+15
2015-05-09Merge tag 'mac80211-next-for-davem-2015-05-06' of git://git.kernel.org/pub/sc...David S. Miller27-568/+1215
2015-05-09tcp: add TCPWinProbe and TCPKeepAlive SNMP countersEric Dumazet3-7/+10
2015-05-09tcp: adjust window probe timers to safer valuesEric Dumazet2-2/+2
2015-05-09tipc: send explicit not supported error in nl compatRichard Alpe1-1/+1
2015-05-09tipc: add broadcast link window set/get to nl apiRichard Alpe3-30/+58
2015-05-09tipc: fix default link prop regression in nl compatRichard Alpe2-23/+114
2015-05-09net: dsa: Add lockdep class to tx queues to avoid lockdep splatAndrew Lunn1-2/+12
2015-05-06mac80211: add missing documentation for rate_ctrl_lockJohannes Berg1-0/+2
2015-05-06cfg80211: change GO_CONCURRENT to IR_CONCURRENT for STAArik Nemtsov3-20/+26
2015-05-06cfg80211: Allow GO concurrent relaxation after BSS disconnectionAvraham Stern1-10/+19
2015-05-06mac80211: validate cipher scheme PN length betterJohannes Berg2-5/+10
2015-05-06mac80211: extend get_key() to return PN for all ciphersJohannes Berg3-4/+12
2015-05-06mac80211: extend get_tkip_seq to all keysJohannes Berg3-57/+87
2015-05-05openvswitch: Use eth_proto_is_802_3Alexander Duyck3-4/+4
2015-05-05ipv4/ip_tunnel_core: Use eth_proto_is_802_3Alexander Duyck1-1/+1
2015-05-05ebtables: Use eth_proto_is_802_3Alexander Duyck1-1/+1
2015-05-05etherdev: Fix sparse error, make test usable by other functionsAlexander Duyck1-1/+1
2015-05-05bridge: change BR_GROUPFWD_RESTRICTED to allow forwarding of LLDP framesBernhard Thaler1-2/+2
2015-05-05tcp: provide SYN headers for passive connectionsEric Dumazet4-0/+57
2015-05-05mac80211: remove useless skb->encapsulation checkJohannes Berg1-6/+2