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
2009-05-28
wimax: Add netlink interface to get device state
Paulius Zaleckas
5
-1
/
+93
2009-05-28
wimax: document why wimax_msg_*() operations can be used in any state
Inaky Perez-Gonzalez
1
-3
/
+14
2009-05-21
net: Fix arg to trace_napi_poll() in netpoll.
David S. Miller
1
-1
/
+1
2009-05-21
wireless: Use genl_register_family_with_ops()
Michał Mirosław
1
-8
/
+3
2009-05-21
netlabel: Use genl_register_family_with_ops()
Michał Mirosław
3
-42
/
+6
2009-05-21
ipvs: Use genl_register_family_with_ops()
Michał Mirosław
1
-16
/
+2
2009-05-21
tipc: Use genl_register_family_with_ops()
Michał Mirosław
1
-22
/
+16
2009-05-21
irda: Use genl_register_family_with_ops()
Michał Mirosław
1
-15
/
+2
2009-05-21
genetlink: Introduce genl_register_family_with_ops()
Michał Mirosław
1
-0
/
+46
2009-05-21
dropmon: add ability to detect when hardware dropsrxpackets
Neil Horman
4
-5
/
+130
2009-05-21
af_packet: Teach to listen for multiple unicast addresses.
Eric W. Biederman
1
-2
/
+8
2009-05-21
netns: simplify net_ns_init
Stephen Hemminger
1
-4
/
+2
2009-05-21
netns: remove leftover debugging message
Stephen Hemminger
1
-1
/
+0
2009-05-20
net: Remove unused parameter from fill method in fib_rules_ops.
Rami Rosen
4
-4
/
+4
2009-05-19
sit: stateless autoconf for isatap
Sascha Hlusiak
2
-0
/
+59
2009-05-19
addrconf: refuse isatap eui64 for INADDR_ANY
Sascha Hlusiak
1
-0
/
+2
2009-05-19
sit: ipip6_tunnel_del_prl: return err
Sascha Hlusiak
1
-1
/
+1
2009-05-19
sit: strictly restrict incoming traffic to tunnel link device
Sascha Hlusiak
1
-9
/
+21
2009-05-19
sit: Fail to create tunnel, if it already exists
Sascha Hlusiak
1
-2
/
+7
2009-05-19
ipv4: teach ipconfig about the MTU option in DHCP
Chris Friesen
1
-4
/
+37
2009-05-19
net: use NLMSG_DEFAULT_SIZE in nlmsg_new() allocations
Pablo Neira Ayuso
2
-17
/
+17
2009-05-19
sch_teql: Use net_device internal stats
Eric Dumazet
1
-12
/
+5
2009-05-18
net: release dst entry in dev_hard_start_xmit()
Eric Dumazet
2
-0
/
+10
2009-05-18
net: Fix bridgeing sysfs handling of rtnl_lock
Eric W. Biederman
2
-2
/
+4
2009-05-18
net: Fix devinet_sysctl_forward
Eric W. Biederman
1
-1
/
+2
2009-05-18
net: FIX ipv6_forward sysctl restart
Eric W. Biederman
1
-1
/
+1
2009-05-18
net-sysfs: Use rtnl_trylock in sysfs methods.
Eric W. Biederman
1
-3
/
+5
2009-05-18
net: TX_RING and packet mmap
Johann Baudy
1
-111
/
+477
2009-05-18
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
25
-98
/
+155
2009-05-18
pkt_sched: gen_estimator: use 64 bit intermediate counters for bps
Eric Dumazet
1
-6
/
+7
2009-05-18
ipv4: cleanup: remove unnecessary include.
Rami Rosen
1
-1
/
+0
2009-05-18
ipv4: cleanup - remove two unused parameters from fib_semantic_match().
Rami Rosen
4
-7
/
+3
2009-05-18
vlan: use struct netdev_queue counters instead of dev->stats
Eric Dumazet
2
-8
/
+9
2009-05-18
net: add tx_packets/tx_bytes/tx_dropped counters in struct netdev_queue
Eric Dumazet
1
-3
/
+20
2009-05-18
sch_teql: should not dereference skb after ndo_start_xmit()
Eric Dumazet
1
-2
/
+3
2009-05-18
tcp: fix MSG_PEEK race check
Ilpo Järvinen
1
-1
/
+4
2009-05-18
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
22
-473
/
+777
2009-05-17
bridge: fix initial packet flood if !STP
Stephen Hemminger
1
-0
/
+3
2009-05-17
bridge: relay bridge multicast pkgs if !STP
Stephen Hemminger
1
-0
/
+5
2009-05-17
net: tx scalability works : trans_start
Eric Dumazet
1
-9
/
+31
2009-05-17
tcp: tcp_prequeue() can use keyed wakeups
John Dykstra
1
-1
/
+2
2009-05-17
ipconfig: handle case of delayed DHCP server
Chris Friesen
1
-0
/
+12
2009-05-17
netpoll: don't dereference NULL dev from np
Pavel Emelyanov
1
-2
/
+6
2009-05-17
net: remove needless (now buggy) & from dev->dev_addr (part2)
Jiri Pirko
1
-1
/
+1
2009-05-17
cls_cgroup: remove unneeded cgroup_lock
Li Zefan
1
-6
/
+0
2009-05-17
net: remove needless (now buggy) & from dev->dev_addr
Jiri Pirko
2
-3
/
+3
2009-05-17
ipv4: remove an unused parameter from configure method of fib_rules_ops.
Rami Rosen
4
-4
/
+4
2009-05-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6
Linus Torvalds
3
-4
/
+7
2009-05-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
Linus Torvalds
2
-2
/
+2
2009-05-13
mac80211: make noack test available
Johannes Berg
4
-2
/
+44
[next]