aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-28mac80211: Switch to new AEAD interfaceHerbert Xu3-39/+33
2015-05-28mac802154: Switch to new AEAD interfaceHerbert Xu1-27/+14
2015-05-28esp6: Switch to new AEAD interfaceHerbert Xu1-78/+122
2015-05-28esp4: Switch to new AEAD interfaceHerbert Xu1-78/+122
2015-05-28ipsec: Add IV generator information to xfrm_stateHerbert Xu2-9/+32
2015-05-28xfrm: Add IV generator information to xfrm_algo_descHerbert Xu1-0/+16
2015-04-23mac802154: Include crypto/aead.hHerbert Xu1-1/+2
2015-04-23mac80211: Include crypto/aead.hHerbert Xu3-5/+3
2015-04-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-3/+7
2015-04-15lib/string_helpers.c: change semantics of string_escape_memRasmus Villemoes1-3/+5
2015-04-15kernel: conditionally support non-root users, groups and capabilitiesIulia Manda1-0/+2
2015-04-15Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds6-258/+211
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds468-11521/+19500
2015-04-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+3
2015-04-14mm: remove GFP_THISNODEDavid Rientjes1-1/+3
2015-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller31-543/+623
2015-04-14Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-10/+6
2015-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-17/+50
2015-04-14Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds3-38/+54
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-3/+3
2015-04-13Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsDavid S. Miller10-111/+196
2015-04-13tcp/dccp: get rid of central timewait timerEric Dumazet10-288/+60
2015-04-13netfilter: Fix format string of nfnetlink_log proc fileRichard Weinberger1-1/+1
2015-04-13netfilter: Fix format string of nfnetlink_queue proc fileRichard Weinberger1-1/+1
2015-04-13netfilter: Fix portid typesRichard Weinberger2-6/+5
2015-04-13nfc: Fix portid type in urelease_workRichard Weinberger1-1/+1
2015-04-13netfilter: nf_tables: get rid of the expression example codePablo Neira Ayuso1-94/+0
2015-04-13netfilter: nft_dynset: dynamic stateful expression instantiationPatrick McHardy1-4/+50
2015-04-13netfilter: nf_tables: add flag to indicate set contains expressionsPatrick McHardy2-2/+9
2015-04-13netfilter: nf_tables: mark stateful expressionsPatrick McHardy2-0/+2
2015-04-13netfilter: nf_tables: prepare for expressions associated to set elementsPatrick McHardy1-0/+9
2015-04-13netfilter: nf_tables: add helper functions for expression handlingPatrick McHardy1-5/+51
2015-04-13tcp: fix bogus RTT for CC when retransmissions are ackedKenneth Klette Jonassen1-6/+4
2015-04-13net: use jump label patching for ingress qdisc in __netif_receive_skb_coreDaniel Borkmann2-7/+33
2015-04-13netfilter: nf_tables: variable sized set element keys / dataPatrick McHardy3-18/+16
2015-04-13netfilter: nf_tables: support variable sized data in nft_data_init()Patrick McHardy4-16/+28
2015-04-13netfilter: nf_tables: switch registers to 32 bit addressingPatrick McHardy14-39/+75
2015-04-13netfilter: nf_tables: add register parsing/dumping helpersPatrick McHardy14-53/+65
2015-04-13netfilter: nf_tables: convert sets to u32 data pointersPatrick McHardy2-8/+6
2015-04-13netfilter: nf_tables: kill nft_data_cmp()Patrick McHardy3-8/+7
2015-04-13netfilter: nf_tables: convert expressions to u32 register pointersPatrick McHardy8-67/+63
2015-04-13netfilter: nf_tables: use struct nft_verdict within struct nft_dataPatrick McHardy1-17/+21
2015-04-13netfilter: nf_tables: get rid of NFT_REG_VERDICT usagePatrick McHardy27-120/+115
2015-04-13netfilter: nf_tables: introduce nft_validate_register_load()Patrick McHardy10-38/+61
2015-04-13netfilter: nf_tables: kill nft_validate_output_register()Patrick McHardy10-76/+14
2015-04-13netfilter: nft_lookup: use nft_validate_register_store() to validate typesPatrick McHardy2-8/+8
2015-04-13netfilter: nf_tables: rename nft_validate_data_load()Patrick McHardy9-27/+29
2015-04-13netfilter: nf_tables: validate len in nft_validate_data_load()Patrick McHardy9-45/+96
2015-04-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller1-6/+26
2015-04-12fou: implement FOU_CMD_GETWANG Cong1-0/+109