aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-15xdp: linearize skb in netif_receive_generic_xdp()Song Liu1-1/+1
2017-12-13tcp: refresh tcp_mstamp from timers callbacksEric Dumazet1-0/+2
2017-12-13tcp: fix potential underestimation on rcv_rttWei Wang1-4/+6
2017-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller16-38/+170
2017-12-13net: igmp: Use correct source address on IGMPv3 reportsKevin Cernekee1-1/+19
2017-12-13tipc: eliminate potential memory leakJon Maloy1-1/+1
2017-12-13net: remove duplicate includesPravin Shedge7-7/+0
2017-12-13ipv4: igmp: guard against silly MTU valuesEric Dumazet3-12/+18
2017-12-13ipv6: mcast: better catch silly mtu valuesEric Dumazet1-10/+15
2017-12-12tcp md5sig: Use skb's saddr when replying to an incoming segmentChristoph Paasch2-2/+2
2017-12-11sctp: make sure stream nums can match optlen in sctp_setsockopt_reset_streamsXin Long1-1/+5
2017-12-11net: ipv4: fix for a race condition in raw_sendmsgMohamed Ghannam1-5/+10
2017-12-11netlink: Add netns check on tapsKevin Cernekee1-0/+3
2017-12-11netfilter: ip6t_MASQUERADE: add dependency on conntrack moduleKonstantin Khlebnikov1-1/+7
2017-12-11Merge tag 'mac80211-for-davem-2017-12-11' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller2-13/+40
2017-12-11netfilter: exthdr: add missign attributes to policyFlorian Westphal1-0/+2
2017-12-11mac80211: fix locking in ieee80211_sta_tear_down_BA_sessionsJohannes Berg1-3/+2
2017-12-08tcp: evaluate packet losses upon RTT changeYuchung Cheng1-11/+8
2017-12-08tcp: fix off-by-one bug in RACKYuchung Cheng1-3/+3
2017-12-08tcp: always evaluate losses in RACK upon undoYuchung Cheng1-0/+1
2017-12-08tcp: correctly test congestion state in RACKYuchung Cheng1-1/+2
2017-12-08tcp_bbr: reset long-term bandwidth sampling on loss recovery undoNeal Cardwell1-0/+1
2017-12-08tcp_bbr: reset full pipe detection on loss recovery undoNeal Cardwell1-0/+4
2017-12-08tcp_bbr: record "full bw reached" decision in new full_bw_reached bitNeal Cardwell1-2/+5
2017-12-08tcp: invalidate rate samples during SACK renegingYousuk Seung3-5/+16
2017-12-07netfilter: ipt_CLUSTERIP: fix clusterip_net_exit build regressionArnd Bergmann1-1/+1
2017-12-07tcp: use current time in tcp_rcv_space_adjust()Eric Dumazet1-0/+1
2017-12-07adding missing rcu_read_unlock in ipxip6_rcvNikita V. Shirokov1-1/+1
2017-12-06rds: Fix NULL pointer dereference in __rds_rdma_mapHÃ¥kon Bugge1-1/+1
2017-12-06net_sched: use macvlan real dev trans_start in dev_trans_start()Chris Dion1-0/+3
2017-12-06netfilter: xt_osf: Add missing permission checksKevin Cernekee1-0/+7
2017-12-06wireless: don't write C files on failuresJohannes Berg1-10/+38
2017-12-06wireless: replace usage of hexdump with od/sedJohannes Berg1-2/+2
2017-12-05make sock_alloc_file() do sock_release() on failuresAl Viro4-25/+9
2017-12-05socketpair(): allocate descriptors firstAl Viro1-51/+38
2017-12-05fix kcm_clone()Al Viro1-44/+27
2017-12-05dccp: CVE-2017-8824: use-after-free in DCCP codeMohamed Ghannam1-0/+5
2017-12-05VSOCK: fix outdated sk_state value in hvs_release()Stefan Hajnoczi1-1/+1
2017-12-05tipc: fix memory leak in tipc_accept_from_sock()Jon Maloy1-0/+1
2017-12-05tipc: fix a null pointer deref on error pathCong Wang1-1/+1
2017-12-05net_sched: red: Avoid illegal valuesNogah Frankel4-0/+11
2017-12-05Revert "net: core: maybe return -EEXIST in __dev_alloc_name"Johannes Berg1-1/+1
2017-12-05Revert "tcp: must block bh in __inet_twsk_hashdance()"Eric Dumazet1-3/+3
2017-12-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds15-74/+124
2017-12-04netfilter: xt_bpf: add overflow checksJann Horn1-0/+6
2017-12-04netfilter: nfnetlink_cthelper: Add missing permission checksKevin Cernekee1-0/+10
2017-12-03tcp: add tcp_v4_fill_cb()/tcp_v4_restore_cb()Eric Dumazet2-23/+46
2017-12-03rxrpc: Use correct netns source in rxrpc_release_sock()David Howells1-2/+3
2017-12-01Merge tag 'nfs-for-4.15-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2-0/+7
2017-12-01tipc: call tipc_rcv() only if bearer is up in tipc_udp_recv()Tommi Rantala1-4/+0