summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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/+1Star
* caif_usb: use strlcpy() instead of strncpy()Xiongfeng Wang2018-01-101-3/+1Star
* 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/+8Star
* | 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-0915-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/+10Star
| * | 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-031-4/+18
| * | ethtool: do not print warning for applications using legacy APIStephen Hemminger2018-01-031-13/+2Star
| * | net/sched: Fix update of lastuse in act modules implementing stats_updateRoi Dayan2018-01-022-2/+2
| * | ip6_tunnel: allow ip6gre dev mtu to be set below 1280Xin Long2018-01-021-3/+3
| * | ip6_tunnel: disable dst caching if tunnel is dual-stackEli Cooper2018-01-021-4/+5
| * | Revert "net: core: dev_get_valid_name is now the same as dev_alloc_name_ns"David S. Miller2018-01-021-1/+13
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-071-12/+2Star
|\ \ \ | |/ / |/| |
| * | fix "netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'"Al Viro2018-01-051-12/+2Star
* | | strparser: Call sock_owned_by_user_nocheckTom Herbert2017-12-281-1/+1
* | | skbuff: in skb_copy_ubufs unclone before releasing zerocopyWillem de Bruijn2017-12-281-3/+3
* | | tipc: fix hanging poll() for stream socketsParthasarathy Bhuvaragan2017-12-281-1/+1
* | | sctp: Replace use of sockets_allocated with specified macro.Tonghao Zhang2017-12-271-2/+2
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-12-276-5/+122
|\ \ \
| * | | xfrm: Reinject transport-mode packets through taskletHerbert Xu2017-12-193-2/+77
| * | | xfrm: put policies when reusing pcpu xdst entryFlorian Westphal2017-12-121-0/+1
| * | | xfrm: Fix stack-out-of-bounds with misconfigured transport mode policies.Steffen Klassert2017-12-081-0/+9
| * | | xfrm: fix xfrm_do_migrate() with AEAD e.g(AES-GCM)Antony Antony2017-12-081-0/+1
| * | | xfrm: Fix stack-out-of-bounds read on socket policy lookup.Steffen Klassert2017-12-011-1/+7
| * | | xfrm: Fix xfrm_input() to verify state is valid when (encap_type < 0)Aviv Heller2017-12-011-1/+11
| * | | xfrm: fix XFRMA_OUTPUT_MARK policy entryMichal Kubecek2017-12-011-1/+1
| * | | xfrm: check id proto in validate_tmpl()Cong Wang2017-11-291-0/+15
* | | | tipc: fix tipc_mon_delete() oops in tipc_enable_bearer() error pathTommi Rantala2017-12-271-1/+5
* | | | tipc: error path leak fixes in tipc_enable_bearer()Tommi Rantala2017-12-271-1/+4
* | | | RDS: Check cmsg_len before dereferencing CMSG_DATAAvinash Repaka2017-12-271-0/+3