aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-31netfilter: on sockopt() acquire sock lock only in the required scopePaolo Abeni4-29/+26
2018-01-31netfilter: ipt_CLUSTERIP: fix out-of-bounds accesses in clusterip_tg_check()Dmitry Vyukov1-3/+13
2018-01-31netfilter: x_tables: fix pointer leaks to userspaceDmitry Vyukov5-2/+5
2018-01-31netfilter: ipset: Fix wraparound in hash:*net* typesJozsef Kadlecsik6-63/+63
2018-01-25netfilter: x_tables: avoid out-of-bounds reads in xt_request_find_{match|target}Eric Dumazet1-0/+6
2018-01-07netfilter: x_tables: fix int overflow in xt_alloc_table_info()Dmitry Vyukov1-2/+1
2018-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-3/+5
2018-01-04ipv6: fix general protection fault in fib6_add()Wei Wang1-15/+20
2018-01-04RDS: null pointer dereference in rds_atomic_free_opMohamed Ghannam1-0/+1
2018-01-04rtnetlink: give a user socket to get_target_net()Andrei Vagin1-5/+5
2018-01-04mac80211: mesh: drop frames appearing to be from usJohannes Berg1-0/+2
2018-01-04nl80211: Check for the required netlink attribute presenceHao Chen1-1/+2
2018-01-03sctp: fix error path in sctp_stream_initMarcelo Ricardo Leitner1-12/+10
2018-01-03RDS: Heap OOB write in rds_message_alloc_sgs()Mohamed Ghannam1-0/+3
2018-01-02tipc: fix problems with multipoint-to-point flow controlJon Maloy1-4/+18
2018-01-02ethtool: do not print warning for applications using legacy APIStephen Hemminger1-13/+2
2018-01-02net/sched: Fix update of lastuse in act modules implementing stats_updateRoi Dayan2-2/+2
2018-01-02ip6_tunnel: allow ip6gre dev mtu to be set below 1280Xin Long1-3/+3
2018-01-02ip6_tunnel: disable dst caching if tunnel is dual-stackEli Cooper1-4/+5
2018-01-02Revert "net: core: dev_get_valid_name is now the same as dev_alloc_name_ns"David S. Miller1-1/+13
2017-12-28strparser: Call sock_owned_by_user_nocheckTom Herbert1-1/+1
2017-12-28skbuff: in skb_copy_ubufs unclone before releasing zerocopyWillem de Bruijn1-3/+3
2017-12-28tipc: fix hanging poll() for stream socketsParthasarathy Bhuvaragan1-1/+1
2017-12-27sctp: Replace use of sockets_allocated with specified macro.Tonghao Zhang1-2/+2
2017-12-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller6-5/+122
2017-12-27tipc: fix tipc_mon_delete() oops in tipc_enable_bearer() error pathTommi Rantala1-1/+5
2017-12-27tipc: error path leak fixes in tipc_enable_bearer()Tommi Rantala1-1/+4
2017-12-27RDS: Check cmsg_len before dereferencing CMSG_DATAAvinash Repaka1-0/+3
2017-12-26tipc: fix memory leak of group member when peer node is lostJon Maloy1-9/+18
2017-12-26net: sched: fix possible null pointer deref in tcf_block_putJiri Pirko1-0/+2
2017-12-26tipc: base group replicast ack counter on number of actual receiversJon Maloy1-1/+3
2017-12-26net_sched: fix a missing rcu barrier in mini_qdisc_pair_swap()Cong Wang1-1/+3
2017-12-26ip6_gre: fix device features for ioctl setupAlexey Kodanev1-25/+32
2017-12-26netfilter: nf_tables: fix potential NULL-ptr deref in nf_tables_dump_obj_done()Hangbin Liu1-2/+4
2017-12-21skbuff: skb_copy_ubufs must release uarg even without user fragsWillem de Bruijn1-1/+2
2017-12-21skbuff: orphan frags before zerocopy cloneWillem de Bruijn1-2/+2
2017-12-21net: reevalulate autoflowlabel setting after sysctl settingShaohua Li3-3/+11
2017-12-21openvswitch: Fix pop_vlan action for double tagged framesEric Garver1-3/+12
2017-12-21ipv6: Honor specified parameters in fibmatch lookupIdo Schimmel1-8/+11
2017-12-21netfilter: nf_tables: fix chain filter in nf_tables_dump_rules()Pablo Neira Ayuso1-1/+1
2017-12-20ipv4: Fix use-after-free when flushing FIB tablesIdo Schimmel1-2/+7
2017-12-20tipc: remove joining group member from congested listJon Maloy1-4/+2
2017-12-20cls_bpf: fix offload assumptions after callback conversionJakub Kicinski1-55/+38
2017-12-20net: Fix double free and memory corruption in get_net_ns_by_id()Eric W. Biederman1-1/+1
2017-12-19ipv4: fib: Fix metrics match when deleting a routePhil Sutter1-2/+6
2017-12-19tipc: fix list sorting bug in function tipc_group_update_member()Jon Maloy1-2/+1
2017-12-19ip6_tunnel: get the min mtu properly in ip6_tnl_xmitXin Long1-2/+7
2017-12-19ip6_gre: remove the incorrect mtu limit for ipgre tapXin Long1-0/+1
2017-12-19ip_gre: remove the incorrect mtu limit for ipgre tapXin Long1-0/+1
2017-12-19Merge tag 'mac80211-for-davem-2017-12-19' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller4-23/+100