aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-24net/sched: act_ipt: fix refcount leak when replace failsDavide Caratti1-2/+1
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds29-186/+246
2019-02-23tcp: repaired skbs must init their tso_segsEric Dumazet1-0/+1
2019-02-23net/x25: fix a race in x25_bind()Eric Dumazet1-5/+8
2019-02-23Revert "bridge: do not add port to router list when receives query with source 0.0.0.0"Hangbin Liu1-8/+1
2019-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-22/+39
2019-02-22udp: fix possible user after free in error handlerPaolo Abeni1-2/+4
2019-02-22udpv6: fix possible user after free in error handlerPaolo Abeni1-4/+6
2019-02-22fou6: fix proto error handler argument typePaolo Abeni1-1/+1
2019-02-22udpv6: add the required annotation to mib typePaolo Abeni1-1/+1
2019-02-22net: Set rtm_table to RT_TABLE_COMPAT for ipv6 for tables > 255Kalash Nainwal1-1/+1
2019-02-22Merge tag 'mac80211-for-davem-2019-02-22' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller2-3/+8
2019-02-22net: socket: add check for negative optlen in compat setsockoptJann Horn1-1/+5
2019-02-22ipv6: route: purge exception on removalPaolo Abeni1-1/+12
2019-02-22net: ip6_gre: fix possible NULL pointer dereference in ip6erspan_set_versionLorenzo Bianconi1-0/+3
2019-02-22sctp: don't compare hb_timer expire date before starting itMaciej Kwiecien1-1/+2
2019-02-22mac80211: allocate tailroom for forwarded mesh packetsFelix Fietkau1-1/+6
2019-02-22mac80211: Change default tx_sk_pacing_shift to 7Toke Høiland-Jørgensen1-2/+2
2019-02-21phonet: fix building with clangArnd Bergmann1-16/+16
2019-02-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller8-44/+44
2019-02-21net: ip6_gre: do not report erspan_ver for ip6gre or ip6gretapLorenzo Bianconi1-18/+18
2019-02-21net: ip_gre: do not report erspan_ver for gre or gretapLorenzo Bianconi1-16/+17
2019-02-21tipc: improve function tipc_wait_for_rcvmsg()Tung Nguyen1-4/+5
2019-02-21tipc: improve function tipc_wait_for_cond()Tung Nguyen1-1/+1
2019-02-21net/smc: fix smc_poll in SMC_INIT stateUrsula Braun1-3/+3
2019-02-21ipv6: route: enforce RCU protection in ip6_route_check_nh_onlink()Paolo Abeni1-1/+5
2019-02-21ipv6: route: enforce RCU protection in rt6_update_exception_stamp_rt()Paolo Abeni1-5/+6
2019-02-21Merge tag 'ceph-for-5.0-rc8' of git://github.com/ceph/ceph-clientLinus Torvalds1-6/+9
2019-02-21Revert "xsk: simplify AF_XDP socket teardown"Björn Töpel1-1/+15
2019-02-20missing barriers in some of unix_sock ->addr and ->path accessesAl Viro2-25/+35
2019-02-20net: dsa: fix unintended change of bridge interface STP stateRussell King1-3/+4
2019-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds13-143/+108
2019-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-1/+5
2019-02-18mac80211: mesh: fix missing unlock on error in table_path_del()Wei Yongjun1-1/+1
2019-02-19bpf/test_run: fix unkillable BPF_PROG_TEST_RUNStanislav Fomichev1-21/+24
2019-02-18libceph: handle an empty authorize replyIlya Dryomov1-6/+9
2019-02-18xfrm: Fix inbound traffic via XFRM interfaces across network namespacesTobias Brunner2-3/+5
2019-02-17net: Do not allocate page fragments that are not skb alignedAlexander Duyck1-0/+4
2019-02-17tcp: tcp_v4_err() should be more carefulEric Dumazet1-1/+4
2019-02-17tcp: clear icsk_backoff in tcp_write_queue_purge()Eric Dumazet1-1/+1
2019-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller3-13/+14
2019-02-16Merge tag 'nfsd-5.0-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-11/+38
2019-02-16Merge tag 'nfs-for-5.0-4' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2-2/+3
2019-02-16ipvs: fix warning on unused variableAndrea Claudi1-1/+2
2019-02-15net: Fix for_each_netdev_feature on Big endianHauke Mehrtens1-2/+2
2019-02-15net: ip6_gre: initialize erspan_ver just for erspan tunnelsLorenzo Bianconi1-14/+20
2019-02-15sunrpc: fix 4 more call sites that were using stack memory with a scatterlistScott Mayhew1-11/+38
2019-02-15netfilter: nf_tables: fix flush after rule deletion in the same batchPablo Neira Ayuso1-0/+3
2019-02-15mac80211: Restore vif beacon interval if start ap failsRakesh Pillai1-1/+5
2019-02-15mac80211: Free mpath object when rhashtable insertion failsHerbert Xu1-8/+9