index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-15
mac80211: don't call bss_info_changed on p2p-device/monitor
Johannes Berg
2
-9
/
+18
2013-02-15
mac80211: fix auth/assoc timeout handling
Johannes Berg
4
-4
/
+25
2013-02-15
mac80211: fix ieee80211_sta_tx_notify for nullfunc
Wojciech Dubowik
1
-4
/
+5
2013-02-15
mac80211: consolidate MBSS change notification
Thomas Pedersen
5
-37
/
+55
2013-02-15
mac80211: fix WPA with VLAN on AP side with ps-sta
Michael Braun
1
-0
/
+1
2013-02-15
mac80211: free ps->bc_buf skbs on vlan device stop
Michael Braun
1
-0
/
+14
2013-02-15
mac80211: add radar detection command/event
Simon Wunderlich
10
-1
/
+190
2013-02-15
nl80211/cfg80211: add radar detection command/event
Simon Wunderlich
9
-17
/
+463
2013-02-14
net: Don't write to current task flags on every packet received.
David S. Miller
1
-18
/
+28
2013-02-14
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
5
-9
/
+26
2013-02-14
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
6
-39
/
+425
2013-02-14
bridge: make ifla_br_policy and br_af_ops static
Cong Wang
1
-2
/
+2
2013-02-13
bridge: Separate egress policy bitmap
Vlad Yasevich
3
-6
/
+19
2013-02-13
bridge: Add vlan support for local fdb entries
Vlad Yasevich
4
-25
/
+125
2013-02-13
bridge: Add vlan support to static neighbors
Vlad Yasevich
3
-29
/
+151
2013-02-13
bridge: Add vlan id to multicast groups
Vlad Yasevich
2
-20
/
+50
2013-02-13
bridge: Add vlan to unicast fdb entries
Vlad Yasevich
4
-35
/
+52
2013-02-13
bridge: Add the ability to configure pvid
Vlad Yasevich
3
-17
/
+49
2013-02-13
bridge: Implement vlan ingress/egress policy with PVID.
Vlad Yasevich
6
-10
/
+126
2013-02-13
bridge: Dump vlan information from a bridge port
Vlad Yasevich
4
-16
/
+99
2013-02-13
bridge: Add netlink interface to configure vlans on bridge ports
Vlad Yasevich
5
-18
/
+196
2013-02-13
bridge: Verify that a vlan is allowed to egress on given port
Vlad Yasevich
4
-0
/
+41
2013-02-13
bridge: Validate that vlan is permitted on ingress
Vlad Yasevich
4
-0
/
+85
2013-02-13
bridge: Add vlan filtering infrastructure
Vlad Yasevich
6
-0
/
+296
2013-02-13
net: sctp: add build check for sctp_sf_eat_sack_6_2/jsctp_sf_eat_sack
Daniel Borkmann
1
-0
/
+7
2013-02-13
net: sctp: minor: make jsctp_sf_eat_sack static
Daniel Borkmann
1
-6
/
+6
2013-02-13
net: Fix possible wrong checksum generation.
Pravin B Shelar
7
-12
/
+8
2013-02-13
tcp: send packets with a socket timestamp
Andrey Vagin
5
-17
/
+30
2013-02-13
tcp: set and get per-socket timestamp
Andrey Vagin
1
-0
/
+9
2013-02-13
tcp: adding a per-socket timestamp offset
Andrey Vagin
2
-0
/
+4
2013-02-13
netpoll: fix smatch warnings in netpoll core code
Neil Horman
1
-3
/
+7
2013-02-13
net: skbuff: fix compile error in skb_panic()
James Hogan
1
-3
/
+3
2013-02-13
cfg80211: configuration for WoWLAN over TCP
Johannes Berg
2
-3
/
+295
2013-02-13
mac80211/minstrel_ht: add support for using CCK rates
Felix Fietkau
5
-60
/
+237
2013-02-13
cfg80211: check vendor IE length to avoid overrun
Luciano Coelho
1
-4
/
+8
2013-02-13
nl80211: add packet offset information for wowlan pattern
Amitkumar Karwar
1
-27
/
+47
2013-02-12
act_police: improved accuracy at high rates
Jiri Pirko
1
-46
/
+53
2013-02-12
act_police: move struct tcf_police to act_police.c
Jiri Pirko
1
-0
/
+15
2013-02-12
tbf: improved accuracy at high rates
Jiri Pirko
1
-39
/
+37
2013-02-12
sch_api: introduce qdisc_watchdog_schedule_ns()
Jiri Pirko
1
-3
/
+3
2013-02-12
sch: make htb_rate_cfg and functions around that generic
Jiri Pirko
2
-56
/
+46
2013-02-12
htb: initialize cl->tokens and cl->ctokens correctly
Jiri Pirko
1
-2
/
+2
2013-02-12
htb: remove pointless first initialization of buffer and cbuffer
Jiri Pirko
1
-3
/
+0
2013-02-12
htb: use PSCHED_TICKS2NS()
Jiri Pirko
1
-2
/
+2
2013-02-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
9
-40
/
+58
2013-02-12
htb: fix values in opt dump
Jiri Pirko
1
-2
/
+2
2013-02-12
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
2
-5
/
+9
2013-02-12
net: fix infinite loop in __skb_recv_datagram()
Eric Dumazet
1
-1
/
+1
2013-02-12
net: sctp: remove unused multiple cookie keys
Daniel Borkmann
2
-31
/
+9
2013-02-12
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2
-5
/
+9
[prev]
[next]