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
2012-11-15
ipip: always notify change when params are updated
Nicolas Dichtel
1
-18
/
+16
2012-11-15
ip6tnl: add support of link creation via rtnl
Nicolas Dichtel
1
-15
/
+149
2012-11-15
ip6tnl: rename rtnl functions for consistency
Nicolas Dichtel
1
-4
/
+4
2012-11-15
ip6tnl/rtnl: add IFLA_IPTUN_PROTO on dump
Nicolas Dichtel
1
-1
/
+4
2012-11-15
ipv4/ip_vti.c: VTI fix post-decryption forwarding
Saurabh Mohan
1
-0
/
+5
2012-11-15
bridge: add root port blocking
stephen hemminger
4
-2
/
+28
2012-11-15
bridge: implement BPDU blocking
stephen hemminger
4
-1
/
+15
2012-11-15
bridge: add template for bridge port flags
stephen hemminger
1
-15
/
+23
2012-11-15
bridge: bridge port parameters over netlink
stephen hemminger
1
-33
/
+132
2012-11-15
ipv6: remove obsolete comments in route.c
Li RongQing
1
-6
/
+0
2012-11-15
net: unify for_each_ip_tunnel_rcu()
Amerigo Wang
5
-49
/
+18
2012-11-15
net: convert __IPTUNNEL_XMIT() to an inline function
Amerigo Wang
6
-65
/
+3
2012-11-15
batman-adv: Remove instant overwritten variable initialization
Sven Eckelmann
2
-11
/
+11
2012-11-15
batman-adv: roaming handling mechanism redesign
Antonio Quartulli
1
-39
/
+118
2012-11-15
batman-adv: refactor tt_global_del_struct()
Antonio Quartulli
1
-10
/
+9
2012-11-15
batman-adv: refactor code to simplify long lines
Antonio Quartulli
1
-32
/
+30
2012-11-15
batman-adv: substitute tt_poss_change with a per-tt_entry flag
Antonio Quartulli
6
-75
/
+156
2012-11-15
batman-adv: wait multiple periods before activating bla
Simon Wunderlich
3
-1
/
+10
2012-11-15
batman-adv: allow bla traffic only after first worker period
Simon Wunderlich
1
-1
/
+19
2012-11-15
batman-adv: send announcement when backbone gw is registered
Simon Wunderlich
1
-4
/
+10
2012-11-15
batman-adv: prevent using any virtual device created on batman-adv as hard-in...
Antonio Quartulli
1
-1
/
+40
2012-11-15
batman-adv: fix wrong spinlock inline comment
Antonio Quartulli
1
-1
/
+1
2012-11-15
batman-adv: don't rely on positions in struct for hashing
Simon Wunderlich
2
-14
/
+28
2012-11-14
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...
John W. Linville
3
-8
/
+10
2012-11-14
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...
John W. Linville
9
-12
/
+37
2012-11-14
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
83
-1450
/
+7319
2012-11-13
ipv6: setsockopt(IPIPPROTO_IPV6, IPV6_MINHOPCOUNT) forgot to set return value
Hannes Frederic Sowa
1
-0
/
+1
2012-11-13
tcp: tcp_replace_ts_recent() should not be called from tcp_validate_incoming()
Eric Dumazet
1
-5
/
+10
2012-11-13
ipv6: add knob to send unsolicited ND on link-layer address change
Hannes Frederic Sowa
2
-0
/
+15
2012-11-13
netfilter: ipv6: only provide sk_bound_dev_if for link-local addr
Florian Westphal
1
-1
/
+6
2012-11-13
ipv6 ndisc: Use pre-defined in6addr_linklocal_allnodes.
YOSHIFUJI Hideaki / 吉藤英明
1
-2
/
+1
2012-11-12
wireless: allow 40 MHz on world roaming channels 12/13
Johannes Berg
1
-3
/
+2
2012-11-12
ipv4: avoid undefined behavior in do_ip_setsockopt()
Xi Wang
1
-13
/
+22
2012-11-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
38
-161
/
+302
2012-11-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
7
-40
/
+91
2012-11-11
mac80211: call skb_dequeue/ieee80211_free_txskb instead of __skb_queue_purge
Felix Fietkau
4
-6
/
+20
2012-11-10
ip6tnl: advertise tunnel param via rtnl
Nicolas Dichtel
1
-0
/
+57
2012-11-10
sit: advertise tunnel param via rtnl
Nicolas Dichtel
1
-1
/
+56
2012-11-10
ipip: advertise tunnel param via rtnl
Nicolas Dichtel
1
-1
/
+56
2012-11-10
gre6: fix rtnl dump messages
Nicolas Dichtel
1
-4
/
+4
2012-11-10
ipip: add GSO support
Eric Dumazet
1
-0
/
+12
2012-11-10
ipv6: send unsolicited neighbour advertisements to all-nodes
Hannes Frederic Sowa
1
-2
/
+1
2012-11-09
mac80211: don't send null data packet when not associated
Johannes Berg
1
-0
/
+2
2012-11-09
Bluetooth: Fix memory leak when removing a UUID
Johan Hedberg
1
-0
/
+1
2012-11-09
Bluetooth: Notify about device registration before power on
Marcel Holtmann
1
-2
/
+2
2012-11-09
Bluetooth: Fix error status when pairing fails
Paulo Sérgio
1
-1
/
+1
2012-11-09
Bluetooth: Fix having bogus entries in mgmt_read_index_list reply
Johan Hedberg
1
-5
/
+6
2012-11-09
mac80211: fix memory leak in device registration error path
Johannes Berg
1
-2
/
+4
2012-11-09
vlan: set sysfs device_type to 'vlan'
Doug Goldstein
1
-0
/
+6
2012-11-09
ipv6: remove rt6i_peer_genid from rt6_info and its handler
Li RongQing
1
-16
/
+2
[prev]
[next]