summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | Bluetooth: Fix not initializing L2CAP tx_creditsLuiz Augusto von Dentz2019-04-231-5/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-2527-137/+268
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-04-2425-135/+260
| |\ \ \
| | * | | ipv4: add sanity checks in ipv4_link_failure()Eric Dumazet2019-04-241-9/+23
| | * | | net/rose: fix unbound loop in rose_loopback_timer()Eric Dumazet2019-04-241-11/+16
| | * | | rxrpc: fix race condition in rxrpc_input_packet()Eric Dumazet2019-04-242-5/+10
| | * | | net: rds: exchange of 8K and 1M poolZhu Yanjun2019-04-242-3/+11
| | * | | net/ncsi: handle overflow when incrementing mac addressTao Ren2019-04-231-1/+5
| | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-04-2212-95/+174
| | |\ \ \
| | | * | | netfilter: fix nf_l4proto_log_invalid to log invalid packetsAndrei Vagin2019-04-221-1/+1
| | | * | | netfilter: never get/set skb->tstampFlorian Westphal2019-04-224-16/+18
| | | * | | netfilter: ebtables: CONFIG_COMPAT: drop a bogus WARN_ONFlorian Westphal2019-04-221-1/+2
| | | * | | netfilter: nat: fix icmp id randomizationFlorian Westphal2019-04-151-3/+8
| | | * | | netfilter: nf_tables: prevent shift wrap in nft_chain_parse_hook()Dan Carpenter2019-04-151-1/+1
| | | * | | netfilter: ctnetlink: don't use conntrack/expect object addresses as idFlorian Westphal2019-04-152-5/+64
| | | * | | ipvs: do not schedule icmp errors from tunnelsJulian Anastasov2019-04-131-1/+1
| | | * | | netfilter: conntrack: initialize ct->timeoutAlexander Potapenko2019-04-131-0/+1
| | | * | | netfilter: conntrack: don't set related state for different outer addressFlorian Westphal2019-04-132-67/+78
| | * | | | net/tls: don't leak IV and record seq when offload failsJakub Kicinski2019-04-203-6/+4
| | * | | | net/tls: avoid potential deadlock in tls_set_device_offload_rx()Jakub Kicinski2019-04-201-0/+2
| | * | | | net/tls: fix refcount adjustment in fallbackJakub Kicinski2019-04-181-3/+10
| | * | | | net: ipv6: addrlabel: fix spelling mistake "requewst" -> "request"Colin Ian King2019-04-181-1/+1
| | * | | | ipv4: set the tcp_min_rtt_wlen range from 0 to one dayZhangXiaoxu2019-04-171-1/+4
| * | | | | Merge tag 'nfsd-5.1-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-04-231-0/+3
| |\ \ \ \ \
| | * | | | | sunrpc: don't mark uninitialised items as VALID.NeilBrown2019-04-051-0/+3
| * | | | | | Merge tag 'nfs-for-5.1-5' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2019-04-201-2/+5
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | SUNRPC: Ignore queue transmission errors on successful transmissionTrond Myklebust2019-04-171-2/+5
* | | | | | | net: sched: flower: refactor reoffload for concurrent accessVlad Buslov2019-04-241-22/+57
* | | | | | | tipc: tipc_udp_recv() cleanup vs rcu verbsEric Dumazet2019-04-241-6/+3
* | | | | | | ipv6: Use result arg in fib_lookup_arg consistentlyDavid Ahern2019-04-231-4/+11
* | | | | | | ipv6: fib6_rule_action_alt needs to return -EAGAINDavid Ahern2019-04-231-1/+3
* | | | | | | net: sched: taprio: Fix taprio_dequeue()Andre Guedes2019-04-231-2/+2
* | | | | | | net: sched: taprio: Fix taprio_peek()Andre Guedes2019-04-231-2/+2
* | | | | | | net: sched: taprio: Remove should_restart_cycle()Andre Guedes2019-04-231-9/+1
* | | | | | | net: sched: taprio: Refactor taprio_get_start_time()Andre Guedes2019-04-231-14/+23
* | | | | | | net: sched: taprio: Remove pointless variable assigmentAndre Guedes2019-04-231-1/+0
* | | | | | | net: Change nhc_flags to unsigned charDavid Ahern2019-04-232-8/+12
* | | | | | | lwtunnel: Pass encap and encap type attributes to lwtunnel_fill_encapDavid Ahern2019-04-232-4/+6
* | | | | | | net: fix sparc64 compilation of sock_gettstampStephen Rothwell2019-04-231-3/+3
* | | | | | | ipv6: convert fib6_ref to refcount_tEric Dumazet2019-04-232-4/+4
* | | | | | | ipv6: broadly use fib6_info_hold() helperEric Dumazet2019-04-231-8/+8
* | | | | | | ipv6: fib6_info_destroy_rcu() cleanupEric Dumazet2019-04-231-4/+1
| |_|_|_|/ / |/| | | | |
* | | | | | bridge: Fix possible use-after-free when deleting bridge portIdo Schimmel2019-04-221-1/+2
* | | | | | net: devlink: Add extack to shared buffer operationsIdo Schimmel2019-04-221-9/+13
* | | | | | net: strparser: make it explicitly non-modularPaul Gortmaker2019-04-221-10/+4
* | | | | | net: bpfilter: dont use module_init in non-modular codePaul Gortmaker2019-04-221-2/+1
* | | | | | cgroup: net: remove left over MODULE_LICENSE tagPaul Gortmaker2019-04-221-2/+0
* | | | | | net: Rename net/nexthop.h net/rtnh.hDavid Ahern2019-04-226-6/+6
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-04-223-25/+108
|\ \ \ \ \ \
| * | | | | | net: core: introduce build_skb_aroundJesper Dangaard Brouer2019-04-171-19/+52