summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* udp: fix GRO packet of deathEric Dumazet2019-05-021-3/+10
* ipv6: A few fixes on dereferencing rt->fromMartin KaFai Lau2019-05-011-20/+18Star
* rds: ib: force endiannes annotationNicholas Mc Guire2019-05-011-5/+3Star
* ipv4: ip_do_fragment: Preserve skb_iif during fragmentationShmulik Ladkani2019-05-011-0/+1
* net/tls: avoid NULL pointer deref on nskb->sk in fallbackJakub Kicinski2019-05-011-1/+2
* packet: validate msg_namelen in send directlyWillem de Bruijn2019-05-011-10/+14
* packet: in recvmsg msg_name return at least sizeof sockaddr_llWillem de Bruijn2019-05-011-2/+11
* sctp: avoid running the sctp state machine recursivelyXin Long2019-05-012-37/+27Star
* ipv6: fix races in ip6_dst_destroy()Eric Dumazet2019-05-012-10/+3Star
* l2ip: fix possible use-after-freeEric Dumazet2019-04-301-4/+4
* appletalk: Set error code if register_snap_client failedYueHaibing2019-04-301-0/+1
* rxrpc: Fix net namespace cleanupDavid Howells2019-04-301-16/+16
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2019-04-3011-48/+68
|\
| * xfrm4: Fix uninitialized memory read in _decode_session4Steffen Klassert2019-04-021-11/+13
| * xfrm: Honor original L3 slave device in xfrmi policy lookupMartin Willi2019-03-272-4/+15
| * esp4: add length check for UDP encapsulationSabrina Dubroca2019-03-261-5/+15
| * xfrm: clean up xfrm protocol checksCong Wang2019-03-264-16/+6Star
| * vti4: removed duplicate log message.Jeremy Sowden2019-03-211-3/+1Star
| * vti4: ipip tunnel deregistration fixes.Jeremy Sowden2019-03-211-2/+3
| * Revert "net: xfrm: Add '_rcu' tag for rcu protected pointer in netns_xfrm"Steffen Klassert2019-03-201-23/+7Star
| * xfrm6_tunnel: Fix potential panic when unloading xfrm6_tunnel moduleSu Yanjun2019-03-151-0/+4
| * net: xfrm: Add '_rcu' tag for rcu protected pointer in netns_xfrmSu Yanjun2019-03-081-7/+23
| * xfrm: Reset secpath in xfrm failureMyungho Jung2019-03-082-6/+10
| * xfrm: policy: Fix out-of-bound array accesses in __xfrm_policy_unlinkYueHaibing2019-03-011-1/+1
* | ipv6/flowlabel: wait rcu grace period before put_pid()Eric Dumazet2019-04-301-6/+12
* | vrf: Use orig netdev to count Ip6InNoRoutes and a fresh route lookup when sen...Stephen Suryaputra2019-04-301-6/+17
* | tcp: add sanity tests in tcp_add_backlog()Eric Dumazet2019-04-301-1/+12
* | ipv6: invert flowlabel sharing check in process and user modeWillem de Bruijn2019-04-301-2/+2
* | Merge tag 'mac80211-for-davem-2019-04-26' of git://git.kernel.org/pub/scm/lin...David S. Miller2019-04-294-6/+9
|\ \
| * | mac80211: don't attempt to rename ERR_PTR() debugfs dirsJohannes Berg2019-04-231-1/+1
| * | cfg80211: Notify previous user request during self managed wiphy registrationSriram R2019-04-231-3/+2Star
| * | mac80211: Fix kernel panic due to use of txq after freeBhagavathi Perumal S2019-04-231-0/+3
| * | mac80211: fix RX STBC override byte orderJohannes Berg2019-04-101-2/+3
* | | udp: fix GRO reception in case of length mismatchPaolo Abeni2019-04-281-4/+5
* | | net/tls: fix copy to fragments in reencryptJakub Kicinski2019-04-281-7/+22
* | | net/tls: don't copy negative amounts of data in reencryptJakub Kicinski2019-04-281-6/+8
* | | genetlink: use idr_alloc_cyclic for family->id assignmentMarcel Holtmann2019-04-261-2/+2
* | | l2tp: use rcu_dereference_sk_user_data() in l2tp_udp_encap_recv()Eric Dumazet2019-04-261-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-04-2525-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-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