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
2020-08-21
bpf: sockmap: Allow update from BPF
Lorenz Bauer
1
-0
/
+24
2020-08-21
bpf: sockmap: Call sock_map_update_elem directly
Lorenz Bauer
1
-4
/
+2
2020-08-21
bpf: sockmap: Merge sockmap and sockhash update functions
Lorenz Bauer
1
-42
/
+7
2020-08-21
net: sk_msg: Simplify sk_psock initialization
Lorenz Bauer
4
-29
/
+41
2020-08-21
bpf: Implement link_query callbacks in map element iterators
Yonghong Song
1
-0
/
+2
2020-08-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-6
/
+8
2020-08-21
netfilter: nf_tables: fix destination register zeroing
Florian Westphal
1
-1
/
+3
2020-08-21
netfilter: nf_tables: add NFTA_SET_USERDATA if not null
Pablo Neira Ayuso
1
-1
/
+2
2020-08-21
netfilter: nft_set_rbtree: Detect partial overlap with start endpoint match
Stefano Brivio
1
-1
/
+33
2020-08-21
netfilter: nft_set_rbtree: Handle outcomes of tree rotations in overlap detection
Stefano Brivio
1
-9
/
+14
2020-08-20
tipc: call rcu_read_lock() in tipc_aead_encrypt_done()
Xin Long
1
-0
/
+2
2020-08-20
net/sched: act_ct: Fix skb double-free in tcf_ct_handle_fragments() error flow
Alaa Hleihel
1
-1
/
+1
2020-08-20
net: sctp: Fix negotiation of the number of data streams.
David Laight
1
-2
/
+4
2020-08-20
gre6: Fix reception with IP6_TNL_F_RCV_DSCP_COPY
Mark Tomlinson
1
-1
/
+9
2020-08-20
ethtool: allow flow-type ether without IP protocol field
Vishal Kulkarni
1
-1
/
+2
2020-08-20
net: zerocopy: combine pages in zerocopy_sg_from_iter()
Eric Dumazet
1
-4
/
+29
2020-08-20
bpf: xdp: Fix XDP mode when no mode flags specified
Andrii Nakryiko
1
-6
/
+8
2020-08-20
csum_partial_copy_nocheck(): drop the last argument
Al Viro
5
-6
/
+6
2020-08-20
icmp_push_reply(): reorder adding the checksum up
Al Viro
1
-4
/
+4
2020-08-20
skb_copy_and_csum_bits(): don't bother with the last argument
Al Viro
6
-12
/
+13
2020-08-20
net/smc: Prevent kernel-infoleak in __smc_diag_dump()
Peilin Ye
1
-7
/
+9
2020-08-20
rxrpc: Make rxrpc_kernel_get_srtt() indicate validity
David Howells
1
-3
/
+13
2020-08-20
rxrpc: Fix loss of RTT samples due to interposed ACK
David Howells
5
-71
/
+132
2020-08-20
rxrpc: Keep the ACK serial in a var in rxrpc_input_ack()
David Howells
1
-10
/
+11
2020-08-20
nl80211: fix NL80211_ATTR_HE_6GHZ_CAPABILITY usage
Johannes Berg
1
-1
/
+1
2020-08-20
bpf: Add kernel module with user mode driver that populates bpffs.
Alexei Starovoitov
1
-0
/
+1
2020-08-20
netfilter: conntrack: allow sctp hearbeat after connection re-use
Florian Westphal
1
-4
/
+35
2020-08-19
ptp: Add generic ptp v2 header parsing function
Kurt Kanzenbach
1
-0
/
+30
2020-08-19
netlink: fix state reallocation in policy export
Johannes Berg
1
-0
/
+3
2020-08-19
net: Stop warning about SO_BSDCOMPAT usage
Miaohe Lin
1
-14
/
+0
2020-08-19
SUNRPC: remove duplicate include
Wang Hai
1
-1
/
+0
2020-08-19
net: Use generic ns_common::count
Christian Brauner
4
-9
/
+9
2020-08-18
net: ipv4: remove duplicate "the the" phrase in Kconfig text
Colin Ian King
1
-7
/
+7
2020-08-18
ethtool: Don't omit the netlink reply if no features were changed
Maxim Mikityanskiy
1
-7
/
+4
2020-08-18
ethtool: Account for hw_features in netlink interface
Maxim Mikityanskiy
1
-1
/
+2
2020-08-18
ethtool: Fix preserving of wanted feature bits in netlink interface
Maxim Mikityanskiy
1
-4
/
+7
2020-08-18
ipv6: some fixes for ipv6_dev_find()
Xin Long
2
-42
/
+26
2020-08-18
net: handle the return value of pskb_carve_frag_list() correctly
Miaohe Lin
1
-3
/
+7
2020-08-18
net: eliminate meaningless memcpy to data in pskb_carve_inside_nonlinear()
Miaohe Lin
1
-2
/
+1
2020-08-18
net: tipc: Convert to use the preferred fallthrough macro
Miaohe Lin
3
-4
/
+4
2020-08-18
netlink: make NLA_BINARY validation more flexible
Johannes Berg
1
-13
/
+19
2020-08-18
netlink: consistently use NLA_POLICY_MIN_LEN()
Johannes Berg
1
-3
/
+3
2020-08-18
netlink: consistently use NLA_POLICY_EXACT_LEN()
Johannes Berg
7
-20
/
+15
2020-08-18
batman-adv: bla: use netif_rx_ni when not in interrupt context
Jussi Kivilinna
1
-1
/
+4
2020-08-18
batman-adv: Fix own OGM check in aggregated OGMs
Linus Lüssing
1
-5
/
+6
2020-08-18
batman-adv: Avoid uninitialized chaddr when handling DHCP
Sven Eckelmann
1
-2
/
+4
2020-08-18
batman-adv: Migrate to linux/prandom.h
Sven Eckelmann
4
-1
/
+4
2020-08-18
batman-adv: Drop repeated words in comments
Sven Eckelmann
7
-8
/
+8
2020-08-18
batman-adv: types.h: delete duplicated words
Randy Dunlap
1
-2
/
+2
2020-08-18
batman-adv: Drop unused function batadv_hardif_remove_interfaces()
Sven Eckelmann
3
-19
/
+0
[prev]
[next]