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
2018-05-10
net: Update [e/in]gress_needed static key to modern api
Davidlohr Bueso
1
-8
/
+8
2018-05-10
net/sock: Update memalloc_socks static key to modern api
Davidlohr Bueso
1
-4
/
+4
2018-05-10
net/ipv4: Update ip_tunnel_metadata_cnt static key to modern api
Davidlohr Bueso
1
-3
/
+3
2018-05-10
batman-adv: Avoid race in TT TVLV allocator helper
Sven Eckelmann
1
-4
/
+4
2018-05-10
tipc: eliminate KMSAN uninit-value in strcmp complaint
Ying Xue
1
-2
/
+13
2018-05-10
net/9p: correct some comment errors in 9p file system code
Sun Lianwen
4
-9
/
+6
2018-05-10
libceph: add osd_req_op_extent_osd_data_bvecs()
Ilya Dryomov
1
-4
/
+23
2018-05-09
xsk: fix 64-bit division
Björn Töpel
1
-1
/
+1
2018-05-09
bpf: xdp: allow offloads to store into rx_queue_index
Jakub Kicinski
1
-1
/
+8
2018-05-09
IB: remove redundant INFINIBAND kconfig dependencies
Greg Thelen
3
-3
/
+3
2018-05-09
netfilter: nf_tables: bogus EBUSY in chain deletions
Pablo Neira Ayuso
2
-7
/
+54
2018-05-09
netfilter: nft_compat: fix handling of large matchinfo size
Florian Westphal
1
-1
/
+63
2018-05-09
netfilter: nft_compat: prepare for indirect info storage
Florian Westphal
1
-11
/
+36
2018-05-08
udp: Do not copy destructor if one is not present
Alexander Duyck
1
-8
/
+14
2018-05-08
udp: Add support for software checksum and GSO_PARTIAL with GSO offload
Alexander Duyck
2
-20
/
+20
2018-05-08
udp: Partially unroll handling of first segment and last segment
Alexander Duyck
1
-14
/
+19
2018-05-08
udp: Do not pass checksum as a parameter to GSO segmentation
Alexander Duyck
2
-20
/
+19
2018-05-08
udp: Do not pass MSS as parameter to GSO segmentation
Alexander Duyck
2
-3
/
+5
2018-05-08
udp: Record gso_segs when supporting UDP segmentation offload
Alexander Duyck
1
-0
/
+2
2018-05-08
Merge branch 'ieee802154-for-davem-2018-05-08' of git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan
David S. Miller
2
-9
/
+9
2018-05-08
mac80211: ethtool: avoid 32 bit multiplication overflow
Colin Ian King
1
-2
/
+2
2018-05-08
netfilter: nf_tables: don't assume chain stats are set when jumplabel is set
Florian Westphal
1
-7
/
+14
2018-05-08
netfilter: x_tables: add module alias for icmp matches
Florian Westphal
2
-0
/
+2
2018-05-08
netfilter: prefer nla_strlcpy for dealing with NLA_STRING attributes
Florian Westphal
2
-4
/
+5
2018-05-08
netfilter: core: add missing __rcu annotation
Florian Westphal
1
-1
/
+2
2018-05-08
ipvs: fix stats update from local clients
Julian Anastasov
1
-0
/
+12
2018-05-08
ipvs: fix refcount usage for conns in ops mode
Julian Anastasov
1
-11
/
+6
2018-05-08
netfilter: nf_tables: nft_compat: fix refcount leak on xt module
Florian Westphal
1
-34
/
+58
2018-05-08
netfilter: bridge: stp fix reference to uninitialized data
Stephen Hemminger
1
-2
/
+2
2018-05-08
mac80211: Support the new cfg80211 TXQ stats API
Toke Høiland-Jørgensen
5
-0
/
+137
2018-05-08
cfg80211: Expose TXQ stats and parameters to userspace
Toke Høiland-Jørgensen
5
-48
/
+235
2018-05-08
llc: better deal with too small mtu
Eric Dumazet
1
-0
/
+3
2018-05-08
trivial: fix inconsistent help texts
Georg Hofmann
1
-5
/
+4
2018-05-08
flow_dissector: do not rely on implicit casts
Paolo Abeni
1
-1
/
+1
2018-05-08
net: core: rework basic flow dissection helper
Paolo Abeni
2
-11
/
+12
2018-05-07
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
David S. Miller
4
-8
/
+11
2018-05-07
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
David S. Miller
4
-12
/
+46
2018-05-07
net: ipv6/gre: Add GRO support
Eran Ben Elisha
1
-10
/
+27
2018-05-07
net: ipv6: Fix typo in ipv6_find_hdr() documentation
Tariq Toukan
1
-1
/
+1
2018-05-07
net/tls: Fix connection stall on partial tls record
Andre Tomt
1
-0
/
+1
2018-05-07
tls: fix use after free in tls_sk_proto_close
Eric Dumazet
1
-7
/
+4
2018-05-07
sctp: delay the authentication for the duplicated cookie-echo chunk
Xin Long
2
-41
/
+75
2018-05-07
net/9p: correct the variable name in v9fs_get_trans_by_name() comment
Sun Lianwen
1
-1
/
+1
2018-05-07
vlan: correct the file path in vlan_dev_change_flags() comment
Sun Lianwen
1
-1
/
+3
2018-05-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
15
-90
/
+1734
2018-05-07
mac80211: average ack rssi support for data frames
Balaji Pothunoori
3
-0
/
+14
2018-05-07
cfg80211: average ack rssi support for data frames
Balaji Pothunoori
1
-0
/
+3
2018-05-07
cfg80211: Call reg_notifier for self managed hints conditionally
Amar Singhal
1
-4
/
+29
2018-05-07
nl80211: Add wmm rule attribute to NL80211_CMD_GET_WIPHY dump command
Haim Dreyfuss
1
-4
/
+53
2018-05-07
mac80211: add api to set CSA counter in mac80211
Gregory Greenman
1
-0
/
+25
[prev]
[next]