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
2015-10-28
mpls: reduce memory usage of routes
Robert Shearman
2
-38
/
+111
2015-10-28
mpls: fix forwarding using v4/v6 explicit null
Robert Shearman
1
-0
/
+2
2015-10-28
sock: don't enable netstamp for af_unix sockets
Hannes Frederic Sowa
1
-3
/
+17
2015-10-27
net: tso: add support for IPv6
emmanuel.grumbach@intel.com
1
-5
/
+13
2015-10-27
ipv6: icmp: include addresses in debug messages
Bjørn Mork
1
-4
/
+8
2015-10-25
af_unix: do not report POLLOUT on listeners
Eric Dumazet
1
-2
/
+3
2015-10-25
tipc: link_is_bc_sndlink() can be static
Wu Fengguang
2
-5
/
+5
2015-10-24
tipc: clean up unused code and structures
Jon Paul Maloy
9
-1104
/
+30
2015-10-24
tipc: ensure binding table initial distribution is sent via first link
Jon Paul Maloy
2
-3
/
+3
2015-10-24
tipc: eliminate link's reference to owner node
Jon Paul Maloy
4
-22
/
+29
2015-10-24
tipc: eliminate redundant buffer cloning at transmission
Jon Paul Maloy
2
-28
/
+15
2015-10-24
tipc: let neighbor discoverer tranmsit consumable buffers
Jon Paul Maloy
4
-12
/
+38
2015-10-24
tipc: introduce jumbo frame support for broadcast
Jon Paul Maloy
7
-6
/
+39
2015-10-24
tipc: simplify bearer level broadcast
Jon Paul Maloy
5
-45
/
+151
2015-10-24
tipc: let broadcast packet reception use new link receive function
Jon Paul Maloy
9
-220
/
+615
2015-10-24
tipc: introduce capability bit for broadcast synchronization
Jon Paul Maloy
6
-7
/
+23
2015-10-24
tipc: let broadcast transmission use new link transmit function
Jon Paul Maloy
5
-57
/
+85
2015-10-24
tipc: make struct tipc_link generic to support broadcast
Jon Paul Maloy
3
-12
/
+34
2015-10-24
tipc: use explicit allocation of broadcast send link
Jon Paul Maloy
4
-45
/
+79
2015-10-24
tipc: make link implementation independent from struct tipc_bearer
Jon Paul Maloy
3
-23
/
+36
2015-10-24
tipc: create broadcast transmission link at namespace init
Jon Paul Maloy
4
-7
/
+24
2015-10-24
tipc: move broadcast link lock to struct tipc_net
Jon Paul Maloy
3
-9
/
+14
2015-10-24
tipc: move bcast definitions to bcast.c
Jon Paul Maloy
5
-107
/
+110
2015-10-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
40
-302
/
+329
2015-10-24
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
20
-609
/
+951
2015-10-23
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
1
-3
/
+21
2015-10-23
mpls: flow-based multipath selection
Robert Shearman
1
-4
/
+83
2015-10-23
mpls: multipath route support
Roopa Prabhu
2
-148
/
+400
2015-10-23
net: sysctl: fix a kmemleak warning
Li RongQing
1
-1
/
+5
2015-10-23
if_link: Add control trust VF
Hiroshi Shimamoto
1
-3
/
+21
2015-10-23
tcp/dccp: fix hashdance race for passive sessions
Eric Dumazet
11
-48
/
+91
2015-10-23
af_key: fix two typos
Li RongQing
1
-1
/
+1
2015-10-23
ipv4: implement support for NOPREFIXROUTE ifa flag for ipv4 address
Paolo Abeni
1
-6
/
+8
2015-10-23
ipv6: protect mtu calculation of wrap-around and infinite loop by rounding is...
Hannes Frederic Sowa
1
-1
/
+5
2015-10-23
tcp: allow dctcp alpha to drop to zero
Andrew Shewmaker
1
-1
/
+1
2015-10-23
ipv6: fix the incorrect return value of throw route
lucien
2
-5
/
+26
2015-10-23
openvswitch: Fix egress tunnel info.
Pravin B Shelar
12
-166
/
+79
2015-10-23
VSOCK: Fix lockdep issue.
Jorgen Hansen
1
-1
/
+1
2015-10-22
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
4
-9
/
+21
2015-10-22
net: dsa: remove port_fdb_getnext
Vivien Didelot
1
-24
/
+1
2015-10-22
net: dsa: add port_fdb_dump function
Vivien Didelot
1
-0
/
+3
2015-10-22
net: ipv6: Dont add RT6_LOOKUP_F_IFACE flag if saddr set
David Ahern
1
-2
/
+4
2015-10-22
Merge tag 'mac80211-next-for-davem-2015-10-21' of git://git.kernel.org/pub/sc...
David S. Miller
30
-621
/
+727
2015-10-22
VSOCK: sock_put wasn't safe to call in interrupt context
Jorgen Hansen
2
-91
/
+86
2015-10-22
netlink: fix locking around NETLINK_LIST_MEMBERSHIPS
David Herrmann
1
-2
/
+2
2015-10-22
openvswitch: Use dev_queue_xmit for vport send.
Pravin B Shelar
8
-45
/
+40
2015-10-22
openvswitch: Fix incorrect type use.
Pravin B Shelar
1
-3
/
+3
2015-10-22
Bluetooth: Increase minor version of core module
Marcel Holtmann
1
-1
/
+1
2015-10-22
ieee802154: 6lowpan: fix memory leak
Alexander Aring
1
-4
/
+9
2015-10-22
Bluetooth: Make hci_disconnect() behave correctly for all states
Johan Hedberg
1
-8
/
+3
[next]