summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | net: ipv4: Make "ip route get" match iif lo rules again.Lorenzo Colitti2018-01-151-0/+1
| * | netlink: extack needs to be reset each time through loopDavid Ahern2018-01-151-1/+2
| * | tipc: fix a memory leak in tipc_nl_node_get_link()Cong Wang2018-01-151-12/+14
| * | ipv6: fix udpv6 sendmsg crash caused by too small MTUMike Maloney2018-01-151-2/+4
| * | 9p: add missing module license for xen transportStephen Hemminger2018-01-151-0/+4
| |/
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-01-128-12/+38
| |\
| | * xfrm: Fix a race in the xdst pcpu cache.Steffen Klassert2018-01-101-1/+7
| | * af_key: Fix memory leak in key_notify_policy.Steffen Klassert2018-01-101-1/+3
| | * esp: Fix GRO when the headers not fully in the linear part of the skb.Steffen Klassert2018-01-092-2/+4
| | * xfrm: don't call xfrm_policy_cache_flush while holding spinlockFlorian Westphal2018-01-081-2/+2
| | * xfrm: Return error on unknown encap_type in init_stateHerbert Xu2018-01-082-2/+2
| | * xfrm: Use __skb_queue_tail in xfrm_trans_queueHerbert Xu2018-01-051-1/+1
| | * xfrm: fix rcu usage in xfrm_get_type_offloadSabrina Dubroca2017-12-311-1/+2
| | * af_key: fix buffer overread in parse_exthdrs()Eric Biggers2017-12-301-0/+3
| | * af_key: fix buffer overread in verify_address_len()Eric Biggers2017-12-301-0/+5
| | * xfrm: skip policies marked as dead while rehashingFlorian Westphal2017-12-301-1/+2
| | * xfrm: Forbid state updates from changing encap typeHerbert Xu2017-12-301-1/+7
* | | Merge tag 'char-misc-4.15-rc8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-01-131-9/+11
|\ \ \ | |/ / |/| |
| * | Bluetooth: Prevent stack info leak from the EFS element.Ben Seri2018-01-041-9/+11
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-101-1/+3
|\ \
| * | Fix a leak in socket(2) when we fail to allocate a file descriptor.Al Viro2018-01-101-1/+3
* | | ipv6: sr: fix TLVs not being copied using setsockoptMathieu Xhonneux2018-01-101-0/+9
* | | ipv6: fix possible mem leaks in ipv6_make_skb()Eric Dumazet2018-01-101-2/+3
* | | 8021q: fix a memory leak for VLAN 0 deviceCong Wang2018-01-101-6/+1
* | | caif_usb: use strlcpy() instead of strncpy()Xiongfeng Wang2018-01-101-3/+1
* | | sctp: make use of pre-calculated lenMarcelo Ricardo Leitner2018-01-101-6/+10
* | | sctp: add a ceiling to optlen in some sockoptsMarcelo Ricardo Leitner2018-01-101-0/+10
* | | sctp: GFP_ATOMIC is not needed in sctp_setsockopt_eventsMarcelo Ricardo Leitner2018-01-101-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-01-103-4/+17
|\ \ \
| * | | bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov2018-01-093-4/+17
* | | | ipv6: remove null_entry before adding default routeWei Wang2018-01-091-9/+29
* | | | net: ipv4: emulate READ_ONCE() on ->hdrincl bit-field in raw_sendmsg()Nicolai Stange2018-01-091-1/+3
* | | | net: caif: use strlcpy() instead of strncpy()Xiongfeng Wang2018-01-093-11/+8
* | | | net: core: fix module type in sock_diag_bindAndrii Vladyka2018-01-091-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-01-0815-85/+126
|\ \ \ \
| * | | | sctp: fix the handling of ICMP Frag Needed for too small MTUsMarcelo Ricardo Leitner2018-01-082-12/+25
| * | | | sctp: do not retransmit upon FragNeeded if PMTU discovery is disabledMarcelo Ricardo Leitner2018-01-081-12/+12
| |/ / /
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-01-051-3/+5
| |\ \ \
| | * | | netfilter: nf_tables: fix potential NULL-ptr deref in nf_tables_dump_obj_done()Hangbin Liu2017-12-261-2/+4
| | * | | netfilter: nf_tables: fix chain filter in nf_tables_dump_rules()Pablo Neira Ayuso2017-12-211-1/+1
| * | | | ipv6: fix general protection fault in fib6_add()Wei Wang2018-01-041-15/+20
| * | | | RDS: null pointer dereference in rds_atomic_free_opMohamed Ghannam2018-01-041-0/+1
| * | | | rtnetlink: give a user socket to get_target_net()Andrei Vagin2018-01-041-5/+5
| * | | | mac80211: mesh: drop frames appearing to be from usJohannes Berg2018-01-041-0/+2
| * | | | nl80211: Check for the required netlink attribute presenceHao Chen2018-01-041-1/+2
| * | | | sctp: fix error path in sctp_stream_initMarcelo Ricardo Leitner2018-01-031-12/+10
| * | | | RDS: Heap OOB write in rds_message_alloc_sgs()Mohamed Ghannam2018-01-031-0/+3
| * | | | tipc: fix problems with multipoint-to-point flow controlJon Maloy2018-01-021-4/+18
| * | | | ethtool: do not print warning for applications using legacy APIStephen Hemminger2018-01-021-13/+2
| * | | | net/sched: Fix update of lastuse in act modules implementing stats_updateRoi Dayan2018-01-022-2/+2
OpenPOWER on IntegriCloud