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-03
net: Use __skb_pagelen() directly in skb_cow_data()
Miaohe Lin
1
-1
/
+1
2020-08-03
net: gre: recompute gre csum for sctp over gre tunnels
Lorenzo Bianconi
1
-2
/
+11
2020-08-03
net: bridge: clear bridge's private skb space on xmit
Nikolay Aleksandrov
1
-0
/
+2
2020-08-03
ipv6/addrconf: use a boolean to choose between UNREGISTER/DOWN
Florent Fourcot
1
-12
/
+12
2020-08-03
ipv6/addrconf: call addrconf_ifdown with consistent values
Florent Fourcot
1
-1
/
+1
2020-08-03
net: openvswitch: make masks cache size configurable
Eelco Chaudron
3
-14
/
+114
2020-08-03
net: openvswitch: add masks cache hit counter
Eelco Chaudron
4
-7
/
+23
2020-08-03
ethtool: ethnl_set_linkmodes: remove redundant null check
Gaurav Singh
1
-2
/
+1
2020-08-03
openvswitch: Prevent kernel-infoleak in ovs_ct_put_key()
Peilin Ye
1
-18
/
+20
2020-08-03
net/sched: act_ct: fix miss set mru for ovs after defrag in act_ct
wenxu
3
-2
/
+8
2020-08-03
Merge tag 'sched-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+9
2020-08-03
bpf: Allow to specify ifindex for skb in bpf_prog_test_run_skb
Dmitry Yakunin
1
-2
/
+20
2020-08-03
bpf: Setup socket family and addresses in bpf_prog_test_run_skb
Dmitry Yakunin
1
-0
/
+21
2020-08-03
Merge tag 'core-rcu-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+2
2020-08-03
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
1
-12
/
+3
2020-08-03
udp_tunnel: add the ability to hard-code IANA VXLAN
Jakub Kicinski
2
-8
/
+68
2020-08-03
mac80211: Do not report beacon loss if beacon filtering enabled
Loic Poulain
1
-0
/
+3
2020-08-03
netfilter: flowtable: Set offload timeout when adding flow
Roi Dayan
1
-0
/
+2
2020-08-03
netfilter: conntrack: Move nf_ct_offload_timeout to header file
Roi Dayan
1
-12
/
+0
2020-08-03
libceph: replace HTTP links with HTTPS ones
Alexander A. Klimov
4
-4
/
+4
2020-08-03
libceph: just have osd_req_op_init() return a pointer
Jeff Layton
1
-23
/
+16
2020-08-03
mac80211: fix misplaced while instead of if
Johannes Berg
1
-1
/
+1
2020-08-03
libceph: dump class and method names on method calls
Ilya Dryomov
1
-0
/
+3
2020-08-03
libceph: use target_copy() in send_linger()
Ilya Dryomov
1
-3
/
+1
2020-08-03
nl80211: use eth_zero_addr() to clear mac address
Miaohe Lin
1
-2
/
+1
2020-08-03
mac80211: use eth_zero_addr() to clear mac address
Miaohe Lin
1
-1
/
+2
2020-08-03
mac8211: fix struct initialisation
John Crispin
1
-1
/
+1
2020-08-03
mac80211: Handle special status codes in SAE commit
Jouni Malinen
1
-1
/
+4
2020-08-02
netfilter: nf_tables: report EEXIST on overlaps
Pablo Neira Ayuso
1
-9
/
+7
2020-08-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
28
-111
/
+243
2020-08-01
bpf: Add support for forced LINK_DETACH command
Andrii Nakryiko
1
-1
/
+10
2020-08-02
netfilter: nft_meta: fix iifgroup matching
Florian Westphal
1
-1
/
+1
2020-08-02
netfilter: nf_tables: extended netlink error reporting for expressions
Pablo Neira Ayuso
1
-1
/
+6
2020-08-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
26
-95
/
+194
2020-08-01
mptcp: fix syncookie build error on UP
Florian Westphal
1
-3
/
+1
2020-08-01
fib: fix another fib_rules_ops indirect call wrapper problem
Brian Vazquez
1
-0
/
+6
2020-08-01
tcp: fix build fong CONFIG_MPTCP=n
Eric Dumazet
1
-2
/
+3
2020-07-31
Merge tag 'mac80211-next-for-davem-2020-07-31' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
David S. Miller
31
-191
/
+354
2020-07-31
rtnetlink: add support for protodown reason
Roopa Prabhu
2
-5
/
+133
2020-07-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-1
/
+1
2020-07-31
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
David S. Miller
5
-52
/
+95
2020-07-31
tcp: add earliest departure time to SCM_TIMESTAMPING_OPT_STATS
Yousuk Seung
2
-2
/
+6
2020-07-31
mptcp: enable JOIN requests even if cookies are in use
Florian Westphal
6
-0
/
+174
2020-07-31
tcp: syncookies: create mptcp request socket for ACK cookies with MPTCP option
Florian Westphal
3
-11
/
+35
2020-07-31
mptcp: subflow: add mptcp_subflow_init_cookie_req helper
Florian Westphal
3
-1
/
+76
2020-07-31
mptcp: rename and export mptcp_subflow_request_sock_ops
Florian Westphal
1
-5
/
+6
2020-07-31
mptcp: subflow: split subflow_init_req
Florian Westphal
1
-10
/
+22
2020-07-31
mptcp: token: move retry to caller
Florian Westphal
2
-9
/
+12
2020-07-31
tcp: rename request_sock cookie_ts bit to syncookie
Florian Westphal
2
-3
/
+2
2020-07-31
rds: Prevent kernel-infoleak in rds_notify_queue_get()
Peilin Ye
1
-1
/
+2
[prev]
[next]