summaryrefslogtreecommitdiff
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* net/ipv6: Make ipv6_route_table_template staticDavid Ahern2018-10-101-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-10-081-0/+7
|\
| * ethtool: don't allow disabling queues with umem installedJakub Kicinski2018-10-051-0/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-10-086-44/+34
|\ \
| * | netfilter: nf_tables: add SECMARK supportChristian Göttsche2018-09-281-0/+4
| * | netfilter: conntrack: clamp l4proto array size at largers supported protocolFlorian Westphal2018-09-201-1/+1
| * | netfilter: conntrack: remove l3->l4 mapping informationFlorian Westphal2018-09-203-28/+7
| * | netfilter: conntrack: remove unused proto arg from netns init functionsFlorian Westphal2018-09-201-1/+1
| * | netfilter: conntrack: remove error callback and handle icmp from coreFlorian Westphal2018-09-201-4/+9
| * | netfilter: conntrack: deconstify packet callback skb pointerFlorian Westphal2018-09-201-1/+1
| * | netfilter: conntrack: remove the l4proto->new() functionFlorian Westphal2018-09-201-5/+0
| * | netfilter: conntrack: pass nf_hook_state to packet and error handlersFlorian Westphal2018-09-202-5/+5
| * | netfilter: nf_tables: asynchronous releaseFlorian Westphal2018-09-171-0/+2
| * | netfilter: nf_tables: split set destruction in deactivate and destroy phaseFlorian Westphal2018-09-171-1/+6
* | | rtnetlink: Update fib dumps for strict data checkingDavid Ahern2018-10-081-0/+2
* | | netlink: Add strict version of nlmsg_parse and nla_parseDavid Ahern2018-10-081-0/+17
* | | netlink: Add extack message to nlmsg_parse for invalid header lengthDavid Ahern2018-10-081-1/+3
* | | udp: gro behind static keyWillem de Bruijn2018-10-051-0/+2
* | | net_sched: convert idrinfo->lock from spinlock to a mutexCong Wang2018-10-051-2/+2
* | | net: Move free of dst_metrics to helperDavid Ahern2018-10-041-0/+9
* | | net: common metrics init helper for dst_entryDavid Ahern2018-10-041-0/+12
* | | net: Move free of fib_metrics to helperDavid Ahern2018-10-041-0/+6
* | | net: common metrics init helper for FIB entriesDavid Ahern2018-10-041-2/+2
* | | net: sched: remove unused helpersJakub Kicinski2018-10-041-10/+0
* | | devlink: Add generic parameter msix_vec_per_pf_minVasundhara Volam2018-10-041-0/+4
* | | devlink: Add generic parameter msix_vec_per_pf_maxVasundhara Volam2018-10-041-0/+4
* | | devlink: Add generic parameter ignore_ariVasundhara Volam2018-10-041-0/+4
* | | Merge tag 'mlx5-updates-2018-10-03' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2018-10-041-3/+6
|\ \ \
| * | | devlink: Add extack for eswitch operationsEli Britstein2018-10-031-3/+6
* | | | rxrpc: Allow the reply time to be obtained on a client callDavid Howells2018-10-041-0/+1
* | | | rxrpc: Allow the reply time to be obtained on a client callDavid Howells2018-10-041-0/+3
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-034-15/+2
|\ \ \ \
| * | | | inet: make sure to grab rcu_read_lock before using ireq->ireq_optEric Dumazet2018-10-021-5/+0
| * | | | tcp/dccp: fix lockdep issue when SYN is backloggedEric Dumazet2018-10-011-2/+1
| * | | | netlink: fix typo in nla_parse_nested() commentJohannes Berg2018-09-291-1/+1
| * | | | Merge tag 'mac80211-for-davem-2018-09-27' of git://git.kernel.org/pub/scm/lin...David S. Miller2018-09-281-2/+0
| |\ \ \ \
| | * | | | cfg80211: fix reg_query_regdb_wmm kernel-docRandy Dunlap2018-09-261-2/+0
| * | | | | bonding: avoid possible dead-lockMahesh Bandewar2018-09-261-6/+1
* | | | | | tls: Add support for inplace records encryptionVakul Garg2018-10-021-0/+1
* | | | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2018-10-023-3/+31
|\ \ \ \ \ \
| * | | | | | Bluetooth: Fix debugfs NULL pointer dereferenceMatias Karhumaa2018-09-281-0/+2
| * | | | | | Bluetooth: L2CAP: Derive rx credits from MTU and MPSLuiz Augusto von Dentz2018-09-271-2/+0
| * | | | | | Bluetooth: L2CAP: Derive MPS from connection MTULuiz Augusto von Dentz2018-09-271-1/+0
| * | | | | | Bluetooth: Add definitions and track LE resolve list modificationAnkit Navik2018-09-272-0/+29
| | |_|_|_|/ | |/| | | |
* | | | | | tcp: do not release socket ownership in tcp_close()Eric Dumazet2018-10-021-0/+1
* | | | | | net: remove 1 always zero parameter from ip6_redirect_no_header()Maciej Żenczykowski2018-10-021-2/+1
| |_|_|/ / |/| | | |
* | | | | tcp/fq: move back to CLOCK_MONOTONICEric Dumazet2018-10-011-1/+1
* | | | | netlink: add validation function to policyJohannes Berg2018-10-011-1/+23
* | | | | netlink: add attribute range validation to policyJohannes Berg2018-10-011-3/+64
* | | | | tls: Remove redundant vars from tls record structureVakul Garg2018-09-291-4/+2