summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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-241-1/+5
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-04-2312-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-213-6/+4
| * | | | net/tls: avoid potential deadlock in tls_set_device_offload_rx()Jakub Kicinski2019-04-211-0/+2
| * | | | net/tls: fix refcount adjustment in fallbackJakub Kicinski2019-04-191-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-061-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
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-04-1756-220/+451
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | socket: fix compat SO_RCVTIMEO_NEW/SO_SNDTIMEO_NEWArnd Bergmann2019-04-171-2/+2
| * | | | | tcp: tcp_grow_window() needs to respect tcp_space()Eric Dumazet2019-04-171-5/+5
| * | | | | net: bridge: fix netlink export of vlan_stats_per_port optionNikolay Aleksandrov2019-04-171-1/+1
| * | | | | tipc: set sysctl_tipc_rmem and named_timeout right rangeJie Liu2019-04-171-2/+6
| * | | | | tipc: fix link established but not in sessionTuong Lien2019-04-171-0/+2
| * | | | | net: Fix missing meta data in skb with vlan packetYuya Kusakabe2019-04-171-1/+9
| * | | | | net: atm: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva2019-04-171-1/+5
| * | | | | net/core: work around section mismatch warning for ptp_classifierArd Biesheuvel2019-04-171-3/+4
| * | | | | net: bridge: fix per-port af_packet socketsNikolay Aleksandrov2019-04-171-9/+14
| * | | | | route: Avoid crash from dereferencing NULL rt->fromJonathan Lemon2019-04-151-0/+4
| * | | | | Revert "net-sysfs: Fix memory leak in netdev_register_kobject"Wang Hai2019-04-151-9/+5
| * | | | | rtnetlink: fix rtnl_valid_stats_req() nlmsg_len checkEric Dumazet2019-04-141-1/+1
| * | | | | ipv4: ensure rcu_read_lock() in ipv4_link_failure()Eric Dumazet2019-04-141-2/+8
| | |/ / / | |/| | |
| * | | | ipv4: recompile ip options in ipv4_link_failureStephen Suryaputra2019-04-131-1/+9
| * | | | rxrpc: Fix detection of out of order acksJeffrey Altman2019-04-132-6/+13
| * | | | rxrpc: Trace received connection abortsDavid Howells2019-04-131-4/+7
| * | | | rxrpc: Allow errors to be returned from rxrpc_queue_packet()Marc Dionne2019-04-131-9/+12
| * | | | rxrpc: Make rxrpc_kernel_check_life() indicate if call completedMarc Dionne2019-04-131-5/+9
| * | | | rxrpc: Clear socket errorMarc Dionne2019-04-131-0/+5
| * | | | udpv6: Check address length before reading address familyTetsuo Handa2019-04-121-0/+2
| * | | | bpf: Check address length before reading address familyTetsuo Handa2019-04-121-0/+2
| * | | | llc: Check address length before reading address fieldTetsuo Handa2019-04-121-2/+1
| * | | | Bluetooth: Check address length before reading address fieldTetsuo Handa2019-04-121-2/+2
| * | | | rxrpc: Check address length before reading srx_service fieldTetsuo Handa2019-04-121-1/+2
| * | | | net: netlink: Check address length before reading groups fieldTetsuo Handa2019-04-121-1/+2
| * | | | sctp: Check address length before reading address familyTetsuo Handa2019-04-121-1/+2
| * | | | net/rds: Check address length before reading address familyTetsuo Handa2019-04-122-0/+5