index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-12
tcp md5sig: Use skb's saddr when replying to an incoming segment
Christoph Paasch
2
-2
/
+2
2017-12-12
tcp: smoother receiver autotuning
Eric Dumazet
1
-14
/
+5
2017-12-12
tcp: avoid integer overflows in tcp_rcv_space_adjust()
Eric Dumazet
1
-5
/
+7
2017-12-12
tcp: do not overshoot window_clamp in tcp_rcv_space_adjust()
Eric Dumazet
1
-1
/
+1
2017-12-12
xfrm: put policies when reusing pcpu xdst entry
Florian Westphal
1
-0
/
+1
2017-12-11
sctp: make sure stream nums can match optlen in sctp_setsockopt_reset_streams
Xin Long
1
-1
/
+5
2017-12-11
net: ipv4: fix for a race condition in raw_sendmsg
Mohamed Ghannam
1
-5
/
+10
2017-12-11
Merge branches 'cond_resched.2017.12.04a', 'dyntick.2017.11.28a', 'fixes.2017.12.11a', 'srbd.2017.12.05a' and 'torture.2017.12.11a' into HEAD
Paul E. McKenney
3
-18
/
+3
2017-12-11
netlink: Add netns check on taps
Kevin Cernekee
1
-0
/
+3
2017-12-11
sctp: add support for the process of unordered idata
Xin Long
3
-27
/
+378
2017-12-11
sctp: implement abort_pd for sctp_stream_interleave
Xin Long
4
-5
/
+107
2017-12-11
sctp: implement start_pd for sctp_stream_interleave
Xin Long
2
-1
/
+3
2017-12-11
sctp: implement renege_events for sctp_stream_interleave
Xin Long
3
-4
/
+114
2017-12-11
sctp: implement enqueue_event for sctp_stream_interleave
Xin Long
5
-7
/
+10
2017-12-11
sctp: implement ulpevent_data for sctp_stream_interleave
Xin Long
4
-8
/
+429
2017-12-11
sctp: implement validate_data for sctp_stream_interleave
Xin Long
3
-13
/
+50
2017-12-11
sctp: implement assign_number for sctp_stream_interleave
Xin Long
4
-6
/
+57
2017-12-11
sctp: implement make_datafrag for sctp_stream_interleave
Xin Long
5
-18
/
+91
2017-12-11
sctp: add basic structures and make chunk function for idata
Xin Long
1
-0
/
+6
2017-12-11
sctp: add asoc intl_enable negotiation during 4 shakehands
Xin Long
1
-2
/
+16
2017-12-11
sctp: add stream interleave enable members and sockopt
Xin Long
1
-1
/
+87
2017-12-11
netfilter: ip6t_MASQUERADE: add dependency on conntrack module
Konstantin Khlebnikov
1
-1
/
+7
2017-12-11
netlink: convert netlink tap spinlock to mutex
Cong Wang
1
-6
/
+6
2017-12-11
netlink: make netlink tap per netns
Cong Wang
1
-17
/
+49
2017-12-11
rhashtable: Change rhashtable_walk_start to return void
Tom Herbert
9
-70
/
+26
2017-12-11
rtnetlink: fix typo in GSO max segments
Stephen Hemminger
1
-1
/
+1
2017-12-11
Merge tag 'mac80211-for-davem-2017-12-11' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
David S. Miller
2
-13
/
+40
2017-12-11
netfilter: exthdr: add missign attributes to policy
Florian Westphal
1
-0
/
+2
2017-12-11
mac80211: Add airtime account and scheduling to TXQs
Toke Høiland-Jørgensen
9
-8
/
+97
2017-12-11
mac80211: Add TXQ scheduling API
Toke Høiland-Jørgensen
7
-41
/
+73
2017-12-11
nl80211: fix nl80211_send_iface() error paths
Johannes Berg
1
-2
/
+4
2017-12-11
mac80211: Add MIC space only for TX key option
David Spinadel
3
-8
/
+24
2017-12-11
mac80211: don't warn on AID field without top two MSBs set
Johannes Berg
1
-4
/
+5
2017-12-11
nl80211: add a few extended error strings to key parsing
Johannes Berg
1
-20
/
+41
2017-12-11
cfg80211: cleanup signal strength units notation
Sergey Matyukevich
2
-9
/
+9
2017-12-11
cfg80211: IBSS: Add support for static WEP in driver for IBSS
Tova Mussai
1
-0
/
+5
2017-12-11
mac80211: remove BUG() when interface type is invalid
Luca Coelho
1
-1
/
+1
2017-12-11
mac80211: call synchronize_net once in the restart flow
Sara Sharon
3
-10
/
+15
2017-12-11
mac80211: always update the PM state of a peer on MGMT / DATA frames
Emmanuel Grumbach
1
-12
/
+5
2017-12-11
mac80211: make __ieee80211_start_rx_ba_session static
Johannes Berg
2
-8
/
+5
2017-12-11
mac80211: enable TDLS peer buffer STA feature
Yingying Tang
2
-1
/
+5
2017-12-11
mac80211: avoid looking up tid_tx/tid_rx from timers
Johannes Berg
2
-37
/
+11
2017-12-11
mac80211: mark expected switch fall-throughs
Gustavo A. R. Silva
10
-4
/
+14
2017-12-11
mac80211: fix locking in ieee80211_sta_tear_down_BA_sessions
Johannes Berg
1
-3
/
+2
2017-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
21
-142
/
+135
2017-12-08
rtnetlink: allow GSO maximums to be set on device creation
Stephen Hemminger
1
-0
/
+34
2017-12-08
tcp: evaluate packet losses upon RTT change
Yuchung Cheng
1
-11
/
+8
2017-12-08
tcp: fix off-by-one bug in RACK
Yuchung Cheng
1
-3
/
+3
2017-12-08
tcp: always evaluate losses in RACK upon undo
Yuchung Cheng
1
-0
/
+1
2017-12-08
tcp: correctly test congestion state in RACK
Yuchung Cheng
1
-1
/
+2
[prev]
[next]