summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge tag 'mac80211-next-for-davem-2015-05-06' of git://git.kernel.org/pub/sc...David S. Miller2015-05-0927-568/+1215
|\
| * mac80211: add missing documentation for rate_ctrl_lockJohannes Berg2015-05-061-0/+2
| * cfg80211: change GO_CONCURRENT to IR_CONCURRENT for STAArik Nemtsov2015-05-063-20/+26
| * cfg80211: Allow GO concurrent relaxation after BSS disconnectionAvraham Stern2015-05-061-10/+19
| * mac80211: validate cipher scheme PN length betterJohannes Berg2015-05-062-5/+10
| * mac80211: extend get_key() to return PN for all ciphersJohannes Berg2015-05-063-4/+12
| * mac80211: extend get_tkip_seq to all keysJohannes Berg2015-05-063-57/+87
| * mac80211: remove useless skb->encapsulation checkJohannes Berg2015-05-051-6/+2
| * mac80211: make LED triggering depend on activationJohannes Berg2015-05-054-100/+194
| * mac80211: make LED trigger names constJohannes Berg2015-05-051-8/+9
| * mac80211: clean up station debugfsJohannes Berg2015-05-051-84/+0
| * mac80211: remove sta->tx_fragments counterJohannes Berg2015-05-054-7/+1
| * mac80211: move dot11 counters under MAC80211_DEBUG_COUNTERSJohannes Berg2015-05-055-27/+31
| * mac80211: clean up global debugfs statisticsJohannes Berg2015-05-053-52/+28
| * mac80211: force off channel transmission for public action framesMatti Gottlieb2015-04-241-1/+7
| * mac80211: notify the driver on reordering buffer timeoutEmmanuel Grumbach2015-04-241-0/+9
| * mac80211: notify the driver upon BAR RxEmmanuel Grumbach2015-04-241-0/+8
| * mac80211: fix ignored HT/VHT override configsChaya Rachel Ivgi2015-04-241-21/+36
| * cfg80211: allow the plink state blocking for user managed meshChun-Yeow Yeoh2015-04-241-1/+2
| * mac80211: use per-CPU TX/RX statisticsJohannes Berg2015-04-243-12/+70
| * mac80211: don't update dev->trans_startJohannes Berg2015-04-241-2/+0
| * mac80211: OCB: remove pointless check for broadcast BSSIDJohannes Berg2015-04-241-5/+1