aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2017-12-12tcp md5sig: Use skb's saddr when replying to an incoming segmentChristoph Paasch2-2/+2
2017-12-12tcp: smoother receiver autotuningEric Dumazet1-14/+5
2017-12-12tcp: avoid integer overflows in tcp_rcv_space_adjust()Eric Dumazet1-5/+7
2017-12-12tcp: do not overshoot window_clamp in tcp_rcv_space_adjust()Eric Dumazet1-1/+1
2017-12-12xfrm: put policies when reusing pcpu xdst entryFlorian Westphal1-0/+1
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-11Merge branches 'cond_resched.2017.12.04a', 'dyntick.2017.11.28a', 'fixes.2017.12.11a', 'srbd.2017.12.05a' and 'torture.2017.12.11a' into HEADPaul E. McKenney3-18/+3
2017-12-11netlink: Add netns check on tapsKevin Cernekee1-0/+3
2017-12-11sctp: add support for the process of unordered idataXin Long3-27/+378
2017-12-11sctp: implement abort_pd for sctp_stream_interleaveXin Long4-5/+107
2017-12-11sctp: implement start_pd for sctp_stream_interleaveXin Long2-1/+3
2017-12-11sctp: implement renege_events for sctp_stream_interleaveXin Long3-4/+114
2017-12-11sctp: implement enqueue_event for sctp_stream_interleaveXin Long5-7/+10
2017-12-11sctp: implement ulpevent_data for sctp_stream_interleaveXin Long4-8/+429
2017-12-11sctp: implement validate_data for sctp_stream_interleaveXin Long3-13/+50
2017-12-11sctp: implement assign_number for sctp_stream_interleaveXin Long4-6/+57
2017-12-11sctp: implement make_datafrag for sctp_stream_interleaveXin Long5-18/+91
2017-12-11sctp: add basic structures and make chunk function for idataXin Long1-0/+6
2017-12-11sctp: add asoc intl_enable negotiation during 4 shakehandsXin Long1-2/+16
2017-12-11sctp: add stream interleave enable members and sockoptXin Long1-1/+87
2017-12-11netfilter: ip6t_MASQUERADE: add dependency on conntrack moduleKonstantin Khlebnikov1-1/+7
2017-12-11netlink: convert netlink tap spinlock to mutexCong Wang1-6/+6
2017-12-11netlink: make netlink tap per netnsCong Wang1-17/+49
2017-12-11rhashtable: Change rhashtable_walk_start to return voidTom Herbert9-70/+26
2017-12-11rtnetlink: fix typo in GSO max segmentsStephen Hemminger1-1/+1
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: Add airtime account and scheduling to TXQsToke Høiland-Jørgensen9-8/+97
2017-12-11mac80211: Add TXQ scheduling APIToke Høiland-Jørgensen7-41/+73
2017-12-11nl80211: fix nl80211_send_iface() error pathsJohannes Berg1-2/+4
2017-12-11mac80211: Add MIC space only for TX key optionDavid Spinadel3-8/+24
2017-12-11mac80211: don't warn on AID field without top two MSBs setJohannes Berg1-4/+5
2017-12-11nl80211: add a few extended error strings to key parsingJohannes Berg1-20/+41
2017-12-11cfg80211: cleanup signal strength units notationSergey Matyukevich2-9/+9
2017-12-11cfg80211: IBSS: Add support for static WEP in driver for IBSSTova Mussai1-0/+5
2017-12-11mac80211: remove BUG() when interface type is invalidLuca Coelho1-1/+1
2017-12-11mac80211: call synchronize_net once in the restart flowSara Sharon3-10/+15
2017-12-11mac80211: always update the PM state of a peer on MGMT / DATA framesEmmanuel Grumbach1-12/+5
2017-12-11mac80211: make __ieee80211_start_rx_ba_session staticJohannes Berg2-8/+5
2017-12-11mac80211: enable TDLS peer buffer STA featureYingying Tang2-1/+5
2017-12-11mac80211: avoid looking up tid_tx/tid_rx from timersJohannes Berg2-37/+11
2017-12-11mac80211: mark expected switch fall-throughsGustavo A. R. Silva10-4/+14
2017-12-11mac80211: fix locking in ieee80211_sta_tear_down_BA_sessionsJohannes Berg1-3/+2
2017-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller21-142/+135
2017-12-08rtnetlink: allow GSO maximums to be set on device creationStephen Hemminger1-0/+34
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