index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-25
net: UDP tunnel encapsulation module for tunnelling different protocols like ...
Martin Varghese
2
-0
/
+118
2020-02-25
af_unix: Add missing annotation for unix_wait_for_peer()
Jules Irenge
1
-0
/
+1
2020-02-25
dccp: Add missing annotation for dccp_child_process()
Jules Irenge
1
-0
/
+1
2020-02-25
net: netrom: Add missing annotation for nr_neigh_stop()
Jules Irenge
1
-0
/
+1
2020-02-25
net: netrom: Add missing annotation for nr_neigh_start()
Jules Irenge
1
-0
/
+1
2020-02-25
net: netrom: Add missing annotation for nr_node_stop()
Jules Irenge
1
-0
/
+1
2020-02-25
net: netrom: Add missing annotation for nr_node_start()
Jules Irenge
1
-0
/
+1
2020-02-25
netrom: Add missing annotation for nr_info_stop()
Jules Irenge
1
-0
/
+1
2020-02-25
netrom: Add missing annotation for nr_info_start()
Jules Irenge
1
-0
/
+1
2020-02-25
net: Add missing annotation for llc_seq_start()
Jules Irenge
1
-1
/
+1
2020-02-25
sctp: Add missing annotation for sctp_transport_walk_stop()
Jules Irenge
1
-1
/
+1
2020-02-25
sctp: Add missing annotation for sctp_transport_walk_start()
Jules Irenge
1
-1
/
+1
2020-02-25
sctp: Add missing annotation for sctp_err_finish()
Jules Irenge
1
-0
/
+1
2020-02-25
ip6mr: Fix RCU list debugging warning
Amol Grover
1
-1
/
+2
2020-02-25
tcp: ipv4: Pass lockdep expression to RCU lists
Amol Grover
1
-2
/
+4
2020-02-25
net: 802: psnap.c: Use built-in RCU list checking
Madhuparna Bhowmik
1
-1
/
+1
2020-02-25
tcp, ulp: Pass lockdep expression to RCU lists
Amol Grover
1
-1
/
+2
2020-02-24
devlink: add ACL generic packet traps
Jiri Pirko
1
-0
/
+3
2020-02-24
net: Remove unneeded export of a couple of xdp generic functions
David Ahern
2
-2
/
+0
2020-02-24
igmp: remove unused macro IGMP_Vx_UNSOLICITED_REPORT_INTERVAL
Li RongQing
1
-2
/
+0
2020-02-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
9
-75
/
+211
2020-02-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
36
-179
/
+375
2020-02-22
net: Generate reuseport group ID on group creation
Jakub Sitnicki
2
-40
/
+22
2020-02-22
bpf: Allow selecting reuseport socket from a SOCKMAP/SOCKHASH
Jakub Sitnicki
1
-5
/
+10
2020-02-22
bpf, sockmap: Let all kernel-land lookup values in SOCKMAP/SOCKHASH
Jakub Sitnicki
1
-2
/
+7
2020-02-22
bpf, sockmap: Return socket cookie on lookup from syscall
Jakub Sitnicki
1
-4
/
+53
2020-02-22
bpf, sockmap: Don't set up upcalls and progs for listening sockets
Jakub Sitnicki
1
-7
/
+45
2020-02-22
bpf, sockmap: Allow inserting listening TCP sockets into sockmap
Jakub Sitnicki
1
-15
/
+44
2020-02-22
tcp_bpf: Don't let child socket inherit parent protocol ops on copy
Jakub Sitnicki
2
-0
/
+16
2020-02-22
net, sk_msg: Clear sk_user_data pointer on clone if tagged
Jakub Sitnicki
2
-1
/
+7
2020-02-22
net, sk_msg: Annotate lockless access to sk_prot on clone
Jakub Sitnicki
4
-6
/
+12
2020-02-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
35
-173
/
+368
2020-02-21
net: qrtr: Fix the local node ID as 1
Manivannan Sadhasivam
1
-2
/
+1
2020-02-21
net: qrtr: Migrate nameservice to kernel from userspace
Manivannan Sadhasivam
4
-39
/
+766
2020-02-21
net: netlink: cap max groups which will be considered in netlink_bind()
Nikolay Aleksandrov
1
-2
/
+3
2020-02-21
net: disable BRIDGE_NETFILTER by default
Roman Kiryanov
1
-1
/
+0
2020-02-20
net: use netif_is_bridge_port() to check for IFF_BRIDGE_PORT
Julian Wiedmann
3
-8
/
+8
2020-02-20
net: page_pool: API cleanup and comments
Ilias Apalodimas
2
-34
/
+38
2020-02-20
net: remove unused macro from fib_trie.c
Li RongQing
1
-5
/
+0
2020-02-20
net: neigh: remove unused NEIGH_SYSCTL_MS_JIFFIES_ENTRY
Li RongQing
1
-3
/
+0
2020-02-20
openvswitch: Distribute switch variables for initialization
Kees Cook
1
-8
/
+10
2020-02-20
net: ip6_gre: Distribute switch variables for initialization
Kees Cook
2
-7
/
+14
2020-02-20
net: core: Distribute switch variables for initialization
Kees Cook
1
-2
/
+2
2020-02-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2
-1
/
+4
2020-02-20
udp: rehash on disconnect
Willem de Bruijn
1
-1
/
+5
2020-02-20
net/tls: Fix to avoid gettig invalid tls record
Rohit Maheshwari
1
-1
/
+19
2020-02-19
bridge: br_stp: Use built-in RCU list checking
Madhuparna Bhowmik
1
-1
/
+2
2020-02-19
net/ipv4/sysctl: show tcp_{allowed, available}_congestion_control in non-init...
Christian Brauner
1
-12
/
+12
2020-02-19
net: hsr: Pass lockdep expression to RCU lists
Amol Grover
1
-1
/
+2
2020-02-19
ethtool: Add support for low latency RS FEC
Aya Levin
2
-0
/
+2
[next]