summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: use indirect calls helpers at the socket layerPaolo Abeni2019-05-051-4/+16
* net: use indirect calls helpers at early demux stagePaolo Abeni2019-05-054-4/+10
* net: use indirect calls helpers for L3 handler hooksPaolo Abeni2019-05-054-4/+15
* net: use indirect calls helpers for ptype hookPaolo Abeni2019-05-051-2/+4
* net: atm: clean up a range checkDan Carpenter2019-05-051-3/+1Star
* openvswitch: check for null pointer return from nla_nest_start_noflagColin Ian King2019-05-051-0/+4
* ipv4: Move exception bucket to nh_commonDavid Ahern2019-05-052-30/+23Star
* ipv4: Pass fib_nh_common to rt_cache_routeDavid Ahern2019-05-051-10/+10
* ipv4: Move cached routes to fib_nh_commonDavid Ahern2019-05-052-26/+28
* net: openvswitch: return an error instead of doing BUG_ON()Eelco Chaudron2019-05-041-2/+5
* genetlink: do not validate dump requests if there is no policyMichal Kubecek2019-05-041-10/+14
* tipc: fix missing Name entries due to half-failoverTuong Lien2019-05-043-7/+84
* net: sched: cls_u32: use struct_size() helperGustavo A. R. Silva2019-05-041-1/+1
* net: add a generic tracepoint for TX queue timeoutCong Wang2019-05-041-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-0330-181/+250
|\
| * 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