summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2016-09-25netfilter: nf_queue: whitespace cleanupAaron Conole1-4/+4
2016-09-24netfilter: bridge: add and use br_nf_hook_threshFlorian Westphal1-0/+6
2016-09-23netfilter: nf_queue: improve queue range support for bridge familyLiping Zhang1-13/+43
2016-09-23netfilter: nf_tables: validate maximum value of u32 netlink attributesLaura Garcia Liebana1-0/+1
2016-09-12netfilter: nf_queue: get rid of dependency on IP6_NF_IPTABLESLiping Zhang1-4/+0
2016-09-12netfilter: nf_tables: don't drop IPv6 packets that cannot parse transportPablo Neira Ayuso1-4/+2
2016-09-12netfilter: nf_tables_bridge: use nft_set_pktinfo_ipv{4, 6}_validatePablo Neira Ayuso1-7/+0
2016-09-12netfilter: introduce nft_set_pktinfo_{ipv4, ipv6}_validate()Pablo Neira Ayuso2-0/+91
2016-09-12netfilter: nf_tables_ipv6: setup pktinfo transport field on failure to parsePablo Neira Ayuso1-2/+3
2016-09-12netfilter: nf_tables: ensure proper initialization of nft_pktinfo fieldsPablo Neira Ayuso3-0/+20
2016-09-09netfilter: nf_conntrack: remove unused ctl_table_path member in nf_conntrack_...Liping Zhang1-4/+0
2016-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller7-42/+56
2016-09-02switchdev: Fix return value of switchdev_port_fdb_dump().Rosen, Rami1-1/+1
2016-09-01net: dsa: remove ds_to_privVivien Didelot1-5/+0
2016-09-01rtnetlink: fdb dump: optimize by saving last interface markersRoopa Prabhu1-2/+2
2016-09-01rps: flow_dissector: Add the const for the parameter of flow_keys_have_l4Gao Feng1-1/+1
2016-09-01rxrpc: Don't expose skbs to in-kernel users [ver #2]David Howells1-24/+11
2016-08-31net: dsa: add MDB supportVivien Didelot1-0/+16
2016-08-30net: lwtunnel: Handle fragmentationRoopa Prabhu1-0/+44
2016-08-30rxrpc: Pass struct socket * to more rxrpc kernel interface functionsDavid Howells1-3/+7
2016-08-30rxrpc: Provide a way for AFS to ask for the peer address of a callDavid Howells1-0/+2
2016-08-30netfilter: log: Check param to avoid overflow in nf_log_setGao Feng1-2/+1
2016-08-30netfilter: remove __nf_ct_kill_acct helperFlorian Westphal1-10/+3
2016-08-30netfilter: conntrack: get rid of conntrack timerFlorian Westphal1-5/+18
2016-08-30netfilter: don't rely on DYING bit to detect when destroy event was sentFlorian Westphal1-5/+12
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2016-08-29tcp: add tcp_add_backlog()Eric Dumazet1-0/+1
2016-08-28kcm: Remove TCP specific references from kcm and strparserTom Herbert1-1/+1
2016-08-28tcp: Set read_sock and peek_len proto_opsTom Herbert1-0/+2
2016-08-28net: Add read_sock proto_opTom Herbert1-2/+0
2016-08-26bridge: switchdev: Add forward mark support for stacked devicesIdo Schimmel1-6/+0
2016-08-26devlink: remove unused priv_sizeIvan Vecera1-1/+0
2016-08-26netfilter: nf_tables: honor NLM_F_EXCL flag in set element insertionPablo Neira Ayuso1-1/+2
2016-08-25net: minor optimization in qdisc_qstats_cpu_drop()Eric Dumazet1-1/+1
2016-08-24net: dsa: rename switch operations structureVivien Didelot1-5/+5
2016-08-23net: remove clear_sk() methodEric Dumazet1-1/+0
2016-08-23udp: get rid of sk_prot_clear_portaddr_nulls()Eric Dumazet1-2/+0
2016-08-23net: diag: support SOCK_DESTROY for UDP socketsDavid Ahern1-0/+1
2016-08-23net-tcp: retire TFO_SERVER_WO_SOCKOPT2 configYuchung Cheng1-2/+1
2016-08-23strparser: Queue work when being unpausedTom Herbert1-4/+1
2016-08-22net: dsa: Allow the DSA driver to indicate the tag protocolAndrew Lunn1-2/+3
2016-08-22net_sched: properly handle failure case of tcf_exts_init()WANG Cong1-2/+4
2016-08-19net: dsa: Export suspend/resume functionsFlorian Fainelli1-0/+14
2016-08-18bpf: get rid of cgroup helper related ifdefsDaniel Borkmann1-0/+10
2016-08-18tcp: fix use after free in tcp_xmit_retransmit_queue()Eric Dumazet1-0/+2
2016-08-18net_sched: act_vlan: Add priority optionHadar Hen Zion1-0/+1
2016-08-18flow_dissector: Get vlan priority in addition to vlan idHadar Hen Zion1-3/+9
2016-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-24/+50
2016-08-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds6-26/+47
2016-08-17kcm: Use stream parserTom Herbert1-31/+6