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
2010-06-03
cfg80211: make action channel type optional
Johannes Berg
6
-5
/
+16
2010-06-03
wireless: fix several minor description typos
Walter Goldens
3
-3
/
+3
2010-06-03
cfg80211: don't refuse HT20 channels on devices that don't support HT40
Helmut Schaa
1
-2
/
+3
2010-06-03
mac80211: add the minstrel_ht rate control algorithm
Felix Fietkau
7
-0
/
+1103
2010-05-28
mac80211: make a function static
Johannes Berg
1
-1
/
+1
2010-05-24
wireless: fix sta_info.h kernel-doc warnings
Randy Dunlap
1
-1
/
+1
2010-05-24
Revert "ath9k: Group Key fix for VAPs"
John W. Linville
1
-1
/
+0
2010-05-21
cfg80211: add missing braces
Johannes Berg
1
-2
/
+4
2010-05-21
cfg80211: fix crash in cfg80211_set_freq()
Felix Fietkau
1
-1
/
+1
2010-05-21
cfg80211: Fix signal_type comparison
Sujith
1
-2
/
+2
2010-05-21
net: fix problem in dequeuing from input_pkt_queue
Tom Herbert
1
-13
/
+15
2010-05-21
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...
David S. Miller
2
-8
/
+14
2010-05-21
gro: Fix bogus gso_size on the first fraglist entry
Herbert Xu
1
-0
/
+1
2010-05-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
479
-8140
/
+24624
2010-05-20
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2
-2
/
+2
2010-05-20
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
1
-1
/
+1
2010-05-20
netfilter: nf_conntrack: fix a race in __nf_conntrack_confirm against nf_ct_g...
Joerg Marx
1
-0
/
+10
2010-05-20
Merge branch 'for-2.6.35' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
4
-35
/
+34
2010-05-20
Merge branch 'nfs-for-2.6.35' of git://git.linux-nfs.org/projects/trondmy/nfs...
Linus Torvalds
20
-322
/
+2408
2010-05-20
Merge branch 'bkl/procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/fr...
Linus Torvalds
1
-4
/
+11
2010-05-19
ipv6: Never schedule DAD timer on dead address
Herbert Xu
1
-2
/
+8
2010-05-19
ipv6: Use POSTDAD state
Herbert Xu
1
-5
/
+24
2010-05-19
ipv6: Use state_lock to protect ifa state
Herbert Xu
1
-4
/
+23
2010-05-19
ipv6: Replace inet6_ifaddr->dead with state
Herbert Xu
1
-7
/
+9
2010-05-18
bridge: fix build for CONFIG_SYSFS disabled
Randy Dunlap
1
-1
/
+1
2010-05-18
net: Remove unnecessary returns from void function()s
Joe Perches
48
-131
/
+0
2010-05-18
net sched: cleanup and rate limit warning
stephen hemminger
1
-3
/
+6
2010-05-18
pfkey: add severity to printk
stephen hemminger
1
-5
/
+5
2010-05-18
xfrm: add severity to printk
stephen hemminger
1
-5
/
+7
2010-05-18
net sched: printk message severity
stephen hemminger
8
-28
/
+33
2010-05-18
net/caif: Use kzalloc
Julia Lawall
2
-4
/
+2
2010-05-18
sctp: fix append error cause to ERROR chunk correctly
Wei Yongjun
1
-2
/
+2
2010-05-18
net: Add netlink support for virtual port management (was iovnl)
Scott Feldman
1
-1
/
+168
2010-05-18
net: Introduce skb_tunnel_rx() helper
Eric Dumazet
6
-34
/
+14
2010-05-18
tcp: tcp_synack_options() fix
Eric Dumazet
1
-5
/
+4
2010-05-18
ipv6: fix the bug of address check
Stephen Hemminger
1
-7
/
+8
2010-05-18
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
6
-8
/
+147
2010-05-18
net_sched: sch_hfsc: fix classification loops
Patrick McHardy
1
-1
/
+5
2010-05-18
tbf: stop wanton destruction of children (v2)
stephen hemminger
1
-1
/
+5
2010-05-18
net: Remove unnecessary semicolons after switch statements
Joe Perches
7
-11
/
+12
2010-05-18
X25: Remove bkl in sockopts
andrew hendry
1
-4
/
+0
2010-05-18
X25: Move accept approve flag to bitfield
andrew hendry
1
-6
/
+6
2010-05-18
X25: Move interrupt flag to bitfield
andrew hendry
3
-3
/
+5
2010-05-18
X25: Move qbit flag to bitfield
andrew hendry
1
-7
/
+10
2010-05-18
net: No dst refcounting in ip_queue_xmit()
Eric Dumazet
1
-2
/
+7
2010-05-18
net: Use ip_route_input_noref() in input path
Eric Dumazet
3
-5
/
+5
2010-05-18
net: implements ip_route_input_noref()
Eric Dumazet
1
-5
/
+10
2010-05-18
net: add a noref bit on skb dst
Eric Dumazet
9
-13
/
+27
2010-05-18
rps: avoid one atomic in enqueue_to_backlog
Eric Dumazet
1
-2
/
+4
2010-05-18
ipv6 addrlabel: permit deletion of labels assigned to removed dev
Florian Westphal
1
-4
/
+4
[next]