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
2014-12-07
can: eliminate banner[] variable and switch to pr_info()
Jeremiah Mahler
3
-10
/
+3
2014-12-06
net: sock: allow eBPF programs to be attached to sockets
Alexei Starovoitov
2
-2
/
+108
2014-12-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
21
-228
/
+326
2014-12-03
netfilter: ipset: Explicitly add padding elements to hash:net, net and hash:n...
Jozsef Kadlecsik
2
-0
/
+4
2014-12-03
netfilter: ipset: Allocate the proper size of memory when /0 networks are sup...
Jozsef Kadlecsik
1
-2
/
+1
2014-12-03
netfilter: ipset: Simplify cidr handling for hash:*net* types
Jozsef Kadlecsik
1
-28
/
+28
2014-12-03
netfilter: ipset: Indicate when /0 networks are supported
Jozsef Kadlecsik
2
-1
/
+2
2014-12-03
netfilter: ipset: Alignment problem between 64bit kernel 32bit userspace
Jozsef Kadlecsik
1
-3
/
+70
2014-12-03
netfilter: ipset: Support updating extensions when the set is full
Jozsef Kadlecsik
1
-23
/
+17
2014-12-03
bridge: add brport flags to dflt bridge_getlink
Scott Feldman
1
-1
/
+38
2014-12-03
bridge: move private brport flags to if_bridge.h so port drivers can use flags
Scott Feldman
1
-10
/
+0
2014-12-03
bridge: add API to notify bridge driver of learned FBD on offloaded device
Scott Feldman
2
-2
/
+92
2014-12-03
bridge: call netdev_sw_port_stp_update when bridge port STP status changes
Scott Feldman
2
-0
/
+26
2014-12-03
net-sysfs: expose physical switch id for particular device
Jiri Pirko
1
-0
/
+24
2014-12-03
rtnl: expose physical switch id for particular device
Jiri Pirko
1
-1
/
+25
2014-12-03
net: introduce generic switch devices support
Jiri Pirko
5
-0
/
+55
2014-12-03
net: rename netdev_phys_port_id to more generic name
Jiri Pirko
3
-5
/
+5
2014-12-03
net: make vid as a parameter for ndo_fdb_add/ndo_fdb_del
Jiri Pirko
3
-44
/
+49
2014-12-03
bridge: convert flags in fbd entry into bitfields
Jiri Pirko
1
-3
/
+3
2014-12-03
bridge: rename fdb_*_hw to fdb_*_hw_addr to avoid confusion
Jiri Pirko
1
-7
/
+7
2014-11-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
15
-44
/
+83
2014-11-28
netfilter: nf_log_ipv6: correct typo in module description
Steven Noonan
1
-1
/
+1
2014-11-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
14
-33
/
+67
2014-11-27
netfilter: combine IPv4 and IPv6 nf_nat_redirect code in one module
Pablo Neira Ayuso
11
-98
/
+60
2014-11-27
netfilter: nf_tables_bridge: set the pktinfo for IPv4/IPv6 traffic
Alvaro Neira
1
-1
/
+39
2014-11-27
netfilter: nf_tables_bridge: export nft_reject_ip*hdr_validate functions
Alvaro Neira
2
-47
/
+53
2014-11-27
netfilter: conntrack: avoid zeroing timer
Florian Westphal
1
-7
/
+4
2014-11-27
netfilter: xt_recent: relax ip_pkt_list_tot restrictions
Florian Westphal
1
-17
/
+47
2014-11-26
net-timestamp: make tcp_recvmsg call ipv6_recv_error for AF_INET6 socks
Willem de Bruijn
3
-11
/
+14
2014-11-26
bridge: Sanitize IFLA_EXT_MASK for AF_BRIDGE:RTM_GETLINK
Thomas Graf
1
-5
/
+12
2014-11-26
bridge: Add missing policy entry for IFLA_BRPORT_FAST_LEAVE
Thomas Graf
1
-0
/
+1
2014-11-26
bridge: Validate IFLA_BRIDGE_FLAGS attribute length
Thomas Graf
1
-0
/
+6
2014-11-26
tipc: use generic SKB list APIs to manage TIPC outgoing packet chains
Ying Xue
8
-175
/
+203
2014-11-26
tipc: use generic SKB list APIs to manage link receive queue
Ying Xue
2
-50
/
+37
2014-11-26
tipc: use generic SKB list APIs to manage deferred queue of link
Ying Xue
5
-69
/
+47
2014-11-26
tipc: use generic SKB list APIs to manage link transmission queue
Ying Xue
5
-176
/
+153
2014-11-26
tipc: use skb_queue_walk_safe marco to simplify link_prepare_wakeup routine
Ying Xue
1
-6
/
+6
2014-11-26
tipc: remove unused between routine
Ying Xue
1
-9
/
+0
2014-11-26
tipc: eliminate two pseudo message types of BUNDLE_OPEN and BUNDLE_CLOSED
Ying Xue
4
-8
/
+5
2014-11-26
tipc: clean up the process of link pushing packets
Ying Xue
3
-42
/
+24
2014-11-26
tipc: remove retransmission queue
Ying Xue
2
-38
/
+1
2014-11-26
tipc: remove protocol message queue
Ying Xue
2
-24
/
+0
2014-11-26
tipc: remove node subscription infrastructure
Ying Xue
9
-179
/
+56
2014-11-26
ipv6: Remove unnecessary test
zhuyj
1
-4
/
+2
2014-11-26
gue: Call remcsum_adjust
Tom Herbert
1
-67
/
+17
2014-11-26
pkt_sched: fq: increase max delay from 125 ms to one second
Eric Dumazet
1
-5
/
+4
2014-11-26
Merge branch 'for-3.18' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-11
/
+16
2014-11-26
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
David S. Miller
57
-343
/
+222
2014-11-25
tcp: fix possible NULL dereference in tcp_vX_send_reset()
Eric Dumazet
2
-2
/
+8
2014-11-25
Revert "netfilter: conntrack: fix race in __nf_conntrack_confirm against get_...
Pablo Neira
1
-8
/
+6
[next]