summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2019-05-16Merge tag 'afs-fixes-20190516' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+3
2019-05-16rxrpc: Allow the kernel to mark a call as being non-interruptibleDavid Howells-0/+1
2019-05-16rxrpc: Provide kernel interface to set max lifespan on a callDavid Howells-0/+2
2019-05-12net: dsa: Remove the now unused DSA_SKB_CB_COPY() macroVladimir Oltean-3/+0
2019-05-12net: dsa: Remove dangerous DSA_SKB_CLONE() macroVladimir Oltean-9/+0
2019-05-12net: dsa: Initialize DSA_SKB_CB(skb)->deferred_xmit variableVladimir Oltean-3/+0
2019-05-09net/tcp: use deferred jump label for TCP acked data hookJakub Kicinski-1/+1
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-960/+1415
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+8
2019-05-07net/sched: remove block pointer from common offload structurePieter Jansen van Vuuren-3/+0
2019-05-06Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+1
2019-05-05net: dsa: sja1105: Add support for traffic through standalone portsVladimir Oltean-0/+2
2019-05-05net: dsa: Add a private structure pointer to dsa_portVladimir Oltean-0/+6
2019-05-05net: dsa: Add support for deferred xmitVladimir Oltean-0/+12
2019-05-05net: dsa: Keep private info in the skb->cbVladimir Oltean-0/+31
2019-05-05net: dsa: Allow drivers to filter packets they can decode source port fromVladimir Oltean-0/+15
2019-05-05net: dsa: Optional VLAN-based port separation for switches without taggingVladimir Oltean-0/+2
2019-05-05net/sched: add block pointer to tc_cls_common_offload structurePieter Jansen van Vuuren-0/+8
2019-05-05net/sched: extend matchall offload for hardware statisticsPieter Jansen van Vuuren-0/+2
2019-05-05net/sched: add police action to the hardware intermediate representationPieter Jansen van Vuuren-0/+5
2019-05-05net/sched: move police action structures to headerPieter Jansen van Vuuren-0/+70
2019-05-05net/sched: remove unused functions for matchall offloadPieter Jansen van Vuuren-25/+0
2019-05-05mlxsw: use intermediate representation for matchall offloadPieter Jansen van Vuuren-0/+11
2019-05-05net/sched: use the hardware intermediate representation for matchallPieter Jansen van Vuuren-0/+1
2019-05-05net/sched: add sample action to the hardware intermediate representationPieter Jansen van Vuuren-0/+7
2019-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-21/+29
2019-05-05Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller-0/+1
2019-05-05ipv4: Define __ipv4_neigh_lookup_noref when CONFIG_INET is disabledDavid Ahern-0/+8
2019-05-05ip6: fix skb leak in ip6frag_expire_frag_queue()Eric Dumazet-1/+0
2019-05-05Bluetooth: Ignore CC events not matching the last HCI commandJoão Paulo Rechi Vita-0/+1
2019-05-05ipv4: Move exception bucket to nh_commonDavid Ahern-1/+1
2019-05-05ipv4: Move cached routes to fib_nh_commonDavid Ahern-2/+4
2019-05-04netlink: add validation of NLA_F_NESTED flagMichal Kubecek-1/+10
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+19
2019-05-01devlink: Change devlink health locking mechanismMoshe Shemesh-0/+1
2019-05-01sctp: avoid running the sctp state machine recursivelyXin Long-1/+0
2019-04-30net: dsa: Remove legacy probing supportAndrew Lunn-23/+0
2019-04-30net: dsa: Add helper function to retrieve VLAN awareness settingVladimir Oltean-0/+10
2019-04-30net: dsa: Keep the vlan_filtering setting in dsa_switch if it's globalVladimir Oltean-0/+5
2019-04-30net: dsa: Be aware of switches where VLAN filtering is a global settingVladimir Oltean-0/+5
2019-04-30net: dsa: Store vlan_filtering as a property of dsa_portVladimir Oltean-0/+1
2019-04-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-93/+23
2019-04-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-1/+19
2019-04-30netfilter: add API to manage NAT helpers.Flavio Leitner-1/+21
2019-04-30netfilter: use macros to create module aliases.Flavio Leitner-0/+4
2019-04-30netfilter: conntrack: limit sysctl setting for boolean optionsTonghao Zhang-3/+3
2019-04-30netfilter: nf_tables: drop include of module.h from nf_tables.hPaul Gortmaker-1/+2
2019-04-30netfilter: nf_tables: relocate header content to consumerPaul Gortmaker-17/+0
2019-04-28dsa: Cleanup unneeded table and make tag structures staticAndrew Lunn-1/+0
2019-04-28dsa: Add boilerplate helper to register DSA tag driver modulesAndrew Lunn-0/+66