summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* | tipc: fix memory leak of group member when peer node is lostJon Maloy2017-12-261-9/+18
* | net: sched: fix possible null pointer deref in tcf_block_putJiri Pirko2017-12-261-0/+2
* | tipc: base group replicast ack counter on number of actual receiversJon Maloy2017-12-261-1/+3
* | net_sched: fix a missing rcu barrier in mini_qdisc_pair_swap()Cong Wang2017-12-261-1/+3
* | ip6_gre: fix device features for ioctl setupAlexey Kodanev2017-12-261-25/+32
* | skbuff: skb_copy_ubufs must release uarg even without user fragsWillem de Bruijn2017-12-211-1/+2
* | skbuff: orphan frags before zerocopy cloneWillem de Bruijn2017-12-211-2/+2
* | net: reevalulate autoflowlabel setting after sysctl settingShaohua Li2017-12-213-3/+11
* | openvswitch: Fix pop_vlan action for double tagged framesEric Garver2017-12-211-3/+12
* | ipv6: Honor specified parameters in fibmatch lookupIdo Schimmel2017-12-211-8/+11
* | ipv4: Fix use-after-free when flushing FIB tablesIdo Schimmel2017-12-201-2/+7
* | tipc: remove joining group member from congested listJon Maloy2017-12-201-4/+2
* | cls_bpf: fix offload assumptions after callback conversionJakub Kicinski2017-12-201-55/+38
* | net: Fix double free and memory corruption in get_net_ns_by_id()Eric W. Biederman2017-12-201-1/+1
* | ipv4: fib: Fix metrics match when deleting a routePhil Sutter2017-12-191-2/+6
* | tipc: fix list sorting bug in function tipc_group_update_member()Jon Maloy2017-12-191-2/+1
* | ip6_tunnel: get the min mtu properly in ip6_tnl_xmitXin Long2017-12-191-2/+7
* | ip6_gre: remove the incorrect mtu limit for ipgre tapXin Long2017-12-191-0/+1
* | ip_gre: remove the incorrect mtu limit for ipgre tapXin Long2017-12-191-0/+1
* | Merge tag 'mac80211-for-davem-2017-12-19' of git://git.kernel.org/pub/scm/lin...David S. Miller2017-12-194-23/+100
|\ \
| * | cfg80211: ship certificates as hex filesJohannes Berg2017-12-193-20/+95