summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: sched: Add TCA_HW_OFFLOADYuval Mintz2017-12-151-0/+2
* sock: free skb in skb_complete_tx_timestamp on errorWillem de Bruijn2017-12-151-1/+5
* Merge tag 'batadv-net-for-davem-20171215' of git://git.open-mesh.org/linux-mergeDavid S. Miller2017-12-154-5/+7
|\
| * batman-adv: Fix lock for ogm cnt access in batadv_iv_ogm_calc_tqSven Eckelmann2017-12-041-2/+2
| * batman-adv: Fix kernel-doc for timer functionsSven Eckelmann2017-12-021-2/+2
| * batman-adv: Fix check of retrieved orig_gw in batadv_v_gw_is_eligibleSven Eckelmann2017-12-011-1/+1
| * batman-adv: Always initialize fragment header prioritySven Eckelmann2017-12-011-0/+2
* | tcp: refresh tcp_mstamp from timers callbacksEric Dumazet2017-12-131-0/+2
* | tcp: fix potential underestimation on rcv_rttWei Wang2017-12-131-4/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-12-1316-38/+170
|\ \
| * | netfilter: ip6t_MASQUERADE: add dependency on conntrack moduleKonstantin Khlebnikov2017-12-111-1/+7
| * | netfilter: exthdr: add missign attributes to policyFlorian Westphal2017-12-111-0/+2
| * | netfilter: ipt_CLUSTERIP: fix clusterip_net_exit build regressionArnd Bergmann2017-12-071-1/+1
| * | netfilter: xt_osf: Add missing permission checksKevin Cernekee2017-12-061-0/+7
| * | netfilter: xt_bpf: add overflow checksJann Horn2017-12-041-0/+6
| * | netfilter: nfnetlink_cthelper: Add missing permission checksKevin Cernekee2017-12-041-0/+10
| * | netfilter: conntrack: clamp timeouts to INT_MAXJay Elliott2017-11-281-3/+9
| * | netfilter: conntrack: lower timeout to RETRANS seconds if window is 0Florian Westphal2017-11-201-0/+3
| * | netfilter: nf_ct_h323: Extend nf_h323_error_boundary to work on bits as wellEric Sesterhenn2017-11-201-30/+62
| * | netfilter: nf_ct_h323: Convert CHECK_BOUND macro to functionEric Sesterhenn2017-11-201-29/+65
| * | netfilter: exit_net cleanup check addedVasily Averin2017-11-205-0/+27
| * | netfilter: remove redundant assignment to eColin Ian King2017-11-203-3/+0Star
* | | net: igmp: Use correct source address on IGMPv3 reportsKevin Cernekee2017-12-131-1/+19
* | | tipc: eliminate potential memory leakJon Maloy2017-12-131-1/+1
* | | net: remove duplicate includesPravin Shedge2017-12-137-7/+0Star
* | | ipv4: igmp: guard against silly MTU valuesEric Dumazet2017-12-133-12/+18
* | | ipv6: mcast: better catch silly mtu valuesEric Dumazet2017-12-131-10/+15
* | | tcp md5sig: Use skb's saddr when replying to an incoming segmentChristoph Paasch2017-12-122-2/+2
* | | sctp: make sure stream nums can match optlen in sctp_setsockopt_reset_streamsXin Long2017-12-111-1/+5
* | | net: ipv4: fix for a race condition in raw_sendmsgMohamed Ghannam2017-12-111-5/+10
* | | netlink: Add netns check on tapsKevin Cernekee2017-12-111-0/+3
* | | Merge tag 'mac80211-for-davem-2017-12-11' of git://git.kernel.org/pub/scm/lin...David S. Miller2017-12-112-13/+40
|\ \ \
| * | | mac80211: fix locking in ieee80211_sta_tear_down_BA_sessionsJohannes Berg2017-12-111-3/+2Star
| * | | wireless: don't write C files on failuresJohannes Berg2017-12-061-10/+38
| * | | wireless: replace usage of hexdump with od/sedJohannes Berg2017-12-061-2/+2
* | | | tcp: evaluate packet losses upon RTT changeYuchung Cheng2017-12-081-11/+8Star
* | | | tcp: fix off-by-one bug in RACKYuchung Cheng2017-12-081-3/+3
* | | | tcp: always evaluate losses in RACK upon undoYuchung Cheng2017-12-081-0/+1
* | | | tcp: correctly test congestion state in RACKYuchung Cheng2017-12-081-1/+2
* | | | tcp_bbr: reset long-term bandwidth sampling on loss recovery undoNeal Cardwell2017-12-081-0/+1
* | | | tcp_bbr: reset full pipe detection on loss recovery undoNeal Cardwell2017-12-081-0/+4
* | | | tcp_bbr: record "full bw reached" decision in new full_bw_reached bitNeal Cardwell2017-12-081-2/+5
* | | | tcp: invalidate rate samples during SACK renegingYousuk Seung2017-12-083-5/+16
* | | | tcp: use current time in tcp_rcv_space_adjust()Eric Dumazet2017-12-071-0/+1
* | | | adding missing rcu_read_unlock in ipxip6_rcvNikita V. Shirokov2017-12-071-1/+1
* | | | rds: Fix NULL pointer dereference in __rds_rdma_mapHÃ¥kon Bugge2017-12-061-1/+1
* | | | net_sched: use macvlan real dev trans_start in dev_trans_start()Chris Dion2017-12-061-0/+3
* | | | make sock_alloc_file() do sock_release() on failuresAl Viro2017-12-064-25/+9Star
* | | | socketpair(): allocate descriptors firstAl Viro2017-12-061-51/+38Star
* | | | fix kcm_clone()Al Viro2017-12-061-44/+27Star