summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-02-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller16-122/+832
2017-02-12netfilter: nf_tables: honor NFT_SET_OBJECT in set backend selectionPablo Neira Ayuso3-3/+4
2017-02-12netfilter: update MAINTAINERSPablo Neira Ayuso1-2/+1
2017-02-12netfilter: nf_tables: add NFTA_RULE_ID attributePablo Neira Ayuso3-0/+31
2017-02-12netfilter: nf_tables: add check_genid to the nfnetlink subsystemPablo Neira Ayuso1-0/+6
2017-02-12netfilter: nfnetlink: allow to check for generation IDPablo Neira Ayuso3-4/+40
2017-02-12netfilter: nfnetlink: add nfnetlink_rcv_skb_batch()Pablo Neira Ayuso1-23/+28
2017-02-12netfilter: nfnetlink: get rid of u_intX_t typesPablo Neira Ayuso1-8/+8
2017-02-12netfilter: nf_ct_expect: nf_ct_expect_insert() returns voidGao Feng1-5/+3
2017-02-12netfilter: nf_ct_sip: Use mod_timer_pending()Gao Feng1-7/+5
2017-02-12net_sched: fix error recovery at qdisc creationEric Dumazet5-23/+19
2017-02-12net: ethernet: ti: cpsw: return NET_XMIT_DROP if skb_padto failedIvan Khoronzhuk1-1/+1
2017-02-12vxlan: remove vni zero check and drop for COLLECT_METADATARoopa Prabhu1-3/+0
2017-02-12net: rename dst_neigh_output back to neigh_outputJulian Anastasov5-16/+14
2017-02-12sfc: fix swapped arguments to efx_ef10_handle_rx_event_errorsEdward Cree1-1/+2
2017-02-12Merge branch 'ipvtap'David S. Miller14-1208/+1706
2017-02-12ipvtap: IP-VLAN based tap driverSainath Grandhi7-13/+280
2017-02-12tap: tap as an independent moduleSainath Grandhi6-5/+22
2017-02-12tap: Extending tap device create/destroy APIsSainath Grandhi3-26/+102
2017-02-12tap: Abstract type of virtual interface from tap implementationSainath Grandhi4-165/+229
2017-02-12tap: Tap character device creation/destroy APISainath Grandhi3-32/+63
2017-02-12tap: Renaming tap related APIs, data structures, macrosSainath Grandhi6-201/+202
2017-02-12tap: Refactoring macvtap.cSainath Grandhi4-196/+238
2017-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller97-341/+853
2017-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds23-113/+297
2017-02-11Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds3-7/+14
2017-02-11Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-6/+8
2017-02-11Merge tag 'mmc-v4.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds1-7/+25
2017-02-11Merge tag 'sound-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Linus Torvalds4-22/+24
2017-02-11Merge tag 'nfsd-4.10-3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-37/+60
2017-02-11Merge tag 'powerpc-4.10-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds6-26/+52
2017-02-11gtp: add MAINTAINERSPablo Neira1-0/+8
2017-02-10l2tp: do not use udp_ioctl()Eric Dumazet3-2/+28
2017-02-10Merge branch 'bpf-selftests-improve-and-use-library'David S. Miller11-300/+301
2017-02-10bpf: Add test_tag to .gitignoreMickaël Salaün1-0/+1
2017-02-10bpf: Remove bpf_sys.h from selftestsMickaël Salaün7-34/+9
2017-02-10bpf: Use bpf_create_map() from the libraryMickaël Salaün6-30/+15
2017-02-10bpf: Use bpf_map_get_next_key() from the libraryMickaël Salaün5-31/+20
2017-02-10bpf: Use bpf_map_delete_elem() from the libraryMickaël Salaün5-26/+16
2017-02-10bpf: Use bpf_map_lookup_elem() from the libraryMickaël Salaün6-50/+39
2017-02-10bpf: Use bpf_map_update_elem() from the libraryMickaël Salaün6-91/+99
2017-02-10bpf: Use bpf_load_program() from the libraryMickaël Salaün6-32/+17
2017-02-10bpf: Always test unprivileged programsMickaël Salaün2-6/+64
2017-02-10bpf: Change the include directory for selftestMickaël Salaün1-1/+1
2017-02-10tools: Sync {,tools/}include/uapi/linux/bpf.hMickaël Salaün1-1/+22
2017-02-10Merge branch 'netronome-NFP4000-and-NFP6000-PF-driver'David S. Miller33-194/+8794
2017-02-10nfp: add the PF driverJakub Kicinski5-23/+970
2017-02-10nfp: allocate irqs in lower driverJakub Kicinski3-99/+140
2017-02-10nfp: add port layer to debugfs directoriesJakub Kicinski3-18/+43
2017-02-10nfp: add support for service processor accessJakub Kicinski7-0/+799