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
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2006-09-28
[ETHTOOL]: Remove some entries from non-root command list.
David S. Miller
1
-4
/
+0
2006-09-28
[ETHTOOL]: let mortals use ethtool
Stephen Hemminger
1
-7
/
+29
2006-09-28
[NET]: Annotate dst_ops protocol
Al Viro
1
-1
/
+1
2006-09-28
[NET]: is it Andy or Andi ??
Steven Rostedt
1
-1
/
+1
2006-09-28
[NET_SCHED]: Fix fallout from dev->qdisc RCU change
Patrick McHardy
1
-6
/
+8
2006-09-28
[PKTGEN]: DSCP support
Francesco Fondelli
1
-6
/
+59
2006-09-28
[PKTGEN]: vlan support
Francesco Fondelli
1
-9
/
+247
2006-09-28
[RTNETLINK]: Possible dereference in net/core/rtnetlink.c
Eric Sesterhenn
1
-1
/
+1
2006-09-25
[PATCH] WE-21 support (core API)
John W. Linville
2
-30
/
+42
2006-09-24
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-7
/
+7
2006-09-22
[IPV6] ADDRCONF: Convert addrconf_lock to RCU.
YOSHIFUJI Hideaki
1
-2
/
+2
2006-09-22
[IPV6] NDISC: Set per-entry is_router flag in Proxy NA.
Ville Nuorvala
1
-3
/
+8
2006-09-22
[RTNETLINK]: Fix netdevice name corruption
Patrick McHardy
1
-0
/
+2
2006-09-22
[NET]: Fix sk->sk_filter field access
Dmitry Mishin
2
-17
/
+13
2006-09-22
[RTNETLINK]: Fix typo causing wrong skb to be freed
Thomas Graf
1
-1
/
+1
2006-09-22
[NETLINK]: Make use of NLA_STRING/NLA_NUL_STRING attribute validation
Thomas Graf
2
-12
/
+5
2006-09-22
[NET]: Use SLAB_PANIC
Alexey Dobriyan
3
-20
/
+7
2006-09-22
[NET] in6_pton: Kill errant printf statement.
David S. Miller
1
-2
/
+0
2006-09-22
[NET]: Add common helper functions to convert IPv6/IPv4 address string to net...
YOSHIFUJI Hideaki
1
-0
/
+215
2006-09-22
[RTNETLINK]: Don't return error on no-metrics.
David S. Miller
1
-2
/
+4
2006-09-22
[IPv6] route: Convert FIB6 dumping to use new netlink api
Thomas Graf
1
-13
/
+18
2006-09-22
[NET] neighbour: reduce exports
Stephen Hemminger
1
-5
/
+1
2006-09-22
[NET/IPV4/IPV6]: Change some sysctl variables to __read_mostly
Brian Haley
2
-6
/
+6
2006-09-22
[RTNETLINK]: Unexport rtnl socket
Thomas Graf
1
-3
/
+1
2006-09-22
[NET] link: Convert notifications to use rtnl_notify()
Thomas Graf
1
-10
/
+12
2006-09-22
[WIRELESS]: Convert notifications to use rtnl_notify()
Thomas Graf
1
-1
/
+2
2006-09-22
[NEIGH]: Convert neighbour notifications ot use rtnl_notify()
Thomas Graf
1
-18
/
+17
2006-09-22
[NET] fib_rules: Convert fib rule notification to use rtnl_notify()
Thomas Graf
1
-11
/
+21
2006-09-22
[RTNETLINK]: Add rtnetlink notification interface
Thomas Graf
1
-0
/
+18
2006-09-22
[RTNETLINK]: Use rtnl_unicast() for rtnetlink unicasts
Thomas Graf
1
-3
/
+7
2006-09-22
[NET] netdev: Check name length
Stephen Hemminger
1
-1
/
+5
2006-09-22
[NET]: Introduce RTA_TABLE/FRA_TABLE attributes
Patrick McHardy
1
-2
/
+3
2006-09-22
[NET]: Remove unnecessary config.h includes from net/
Dave Jones
2
-3
/
+1
2006-09-22
[NEIGH]: Move netlink neighbour table bits to linux/neighbour.h
Thomas Graf
1
-2
/
+0
2006-09-22
[NEIGH]: Convert neighbour table dumping to new netlink api
Thomas Graf
1
-67
/
+74
2006-09-22
[NEIGH]: Convert neighbour table modification to new netlink api
Thomas Graf
1
-68
/
+104
2006-09-22
[NEIGH]: Move netlink neighbour bits to linux/neighbour.h
Thomas Graf
1
-2
/
+0
2006-09-22
[NEIGH]: Convert neighbour dumping to new netlink api
Thomas Graf
1
-55
/
+51
2006-09-22
[NEIGH]: Convert neighbour addition to new netlink api
Thomas Graf
1
-39
/
+51
2006-09-22
[NEIGH]: Convert neighbour deletion to new netlink api
Thomas Graf
1
-19
/
+34
2006-09-22
[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE
Patrick McHardy
4
-16
/
+16
2006-09-22
[NET]: Convert link dumping to new netlink api
Thomas Graf
1
-144
/
+137
2006-09-22
[NET]: Convert link modification to new netlink api
Thomas Graf
1
-91
/
+100
2006-09-22
[IPv4]: Move interface address bits to linux/if_addr.h
Thomas Graf
1
-0
/
+1
2006-09-22
[NET]: Protocol Independant Policy Routing Rules Framework
Thomas Graf
3
-2
/
+424
2006-09-22
[MLSXFRM]: Flow based matching of xfrm policy and state
Venkat Yekkirala
1
-5
/
+2
2006-09-22
[MLSXFRM]: Add security sid to sock
Venkat Yekkirala
1
-1
/
+1
2006-09-19
Merge branch 'master' into upstream
Jeff Garzik
1
-0
/
+3
2006-09-17
[NEIGH]: neigh_table_clear() doesn't free stats
Kirill Korotaev
1
-0
/
+3
2006-09-13
[PATCH] ethtool: allow const ethtool_ops
Stephen Hemminger
1
-7
/
+7
[next]