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
/
include
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2007-04-25
[IPV4] SNMP: Move some statistic bits to net/ipv4/proc.c.
YOSHIFUJI Hideaki
1
-0
/
+3
2007-04-25
[IPV6] SNMP: Netlink interface.
YOSHIFUJI Hideaki
1
-0
/
+1
2007-04-25
[NET_SCHED]: Eliminate qdisc_tree_lock
Patrick McHardy
1
-2
/
+0
2007-04-25
[NET]: Treat CHECKSUM_PARTIAL as CHECKSUM_UNNECESSARY
Herbert Xu
2
-2
/
+2
2007-04-25
[XFRM]: Optimize MTU calculation
Patrick McHardy
1
-1
/
+1
2007-04-25
[NET]: Move generic skbuff stuff from XFRM code to generic code
David Howells
1
-2
/
+0
2007-04-25
[BLUETOOTH]: Introduce skb->data accessor methods for hci_{acl,event,sco}_hdr
Arnaldo Carvalho de Melo
1
-0
/
+18
2007-04-25
[NET] fib_rules: Flush route cache after rule modifications
Thomas Graf
1
-0
/
+4
2007-04-25
[NET] fib_rules: goto rule action
Thomas Graf
1
-1
/
+6
2007-04-25
[INET]: Use jhash + random secret for ehash.
David S. Miller
2
-9
/
+14
2007-04-25
[NETLINK]: introduce NLA_BINARY type
Johannes Berg
1
-1
/
+3
2007-04-25
[SCTP]: Implement SCTP_MAX_BURST socket option.
Vlad Yasevich
3
-1
/
+4
2007-04-25
[SCTP]: Implement sac_info field in SCTP_ASSOC_CHANGE notification.
Vlad Yasevich
2
-0
/
+2
2007-04-25
[SCTP]: Honor flags when setting peer address parameters
Vlad Yasevich
1
-7
/
+8
2007-04-25
[SCTP]: Implement SCTP_ADDR_CONFIRMED state for ADDR_CHNAGE event
Vlad Yasevich
1
-0
/
+1
2007-04-25
[SCTP]: Implement SCTP_PARTIAL_DELIVERY_POINT option.
Vlad Yasevich
2
-0
/
+3
2007-04-25
[SCTP]: Implement SCTP_FRAGMENT_INTERLEAVE socket option
Vlad Yasevich
3
-3
/
+6
2007-04-25
[NET_SCHED]: Unline tcf_destroy
Patrick McHardy
1
-8
/
+2
2007-04-25
[NET_SCHED]: turn PSCHED_GET_TIME into inline function
Patrick McHardy
2
-5
/
+7
2007-04-25
[NET_SCHED]: turn PSCHED_TDIFF_SAFE into inline function
Patrick McHardy
2
-3
/
+7
2007-04-25
[NET_SCHED]: kill PSCHED_TDIFF
Patrick McHardy
1
-1
/
+0
2007-04-25
[NET_SCHED]: kill PSCHED_SET_PASTPERFECT/PSCHED_IS_PASTPERFECT
Patrick McHardy
2
-4
/
+3
2007-04-25
[NET_SCHED]: kill PSCHED_TLESS
Patrick McHardy
1
-1
/
+0
2007-04-25
[NET_SCHED]: kill PSCHED_TADD/PSCHED_TADD2
Patrick McHardy
1
-2
/
+0
2007-04-25
[NET_SCHED]: kill PSCHED_AUDIT_TDIFF
Patrick McHardy
1
-1
/
+0
2007-04-25
[NETLINK]: Remove error pointer from netlink message handler
Thomas Graf
1
-1
/
+1
2007-04-25
[NET] rules: Unified rules dumping
Thomas Graf
2
-3
/
+8
2007-04-25
[IPv6]: Use rtnl registration interface
Thomas Graf
2
-7
/
+0
2007-04-25
[DECNet]: Use rtnl registration interface
Thomas Graf
2
-10
/
+0
2007-04-25
[PKT_SCHED] qdisc: Use rtnl registration interface
Thomas Graf
1
-1
/
+1
2007-04-25
[IPv4]: Use rtnl registration interface
Thomas Graf
1
-6
/
+0
2007-04-25
[NET] rules: Use rtnl registration interface
Thomas Graf
1
-5
/
+1
2007-04-25
[NEIGH]: Use rtnl registration interface
Thomas Graf
1
-9
/
+1
2007-04-25
[RTNL]: Message handler registration interface
Thomas Graf
1
-0
/
+18
2007-04-25
[NETLINK]: Use nlmsg_trim() where appropriate
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-04-25
[SK_BUFF]: Convert skb->tail to sk_buff_data_t
Arnaldo Carvalho de Melo
3
-9
/
+7
2007-04-25
[NET_SCHED]: kill jiffie conversion macros
Patrick McHardy
1
-3
/
+0
2007-04-25
[NET_SCHED]: Add hrtimer based qdisc watchdog
Patrick McHardy
1
-0
/
+10
2007-04-25
[NET_SCHED]: Use ktime as clocksource
Patrick McHardy
1
-156
/
+13
2007-04-25
[NETFILTER]: nf_conntrack: uninline notifier registration functions
Patrick McHardy
1
-24
/
+6
2007-04-25
[NETFILTER]: nfnetlink: use mutex instead of semaphore
Patrick McHardy
1
-4
/
+1
2007-04-25
[NETFILTER]: nf_conntrack: remove ugly hack in l4proto registration
Patrick McHardy
1
-0
/
+3
2007-04-25
[NETFILTER]: Remove IPv4 only connection tracking/NAT
Patrick McHardy
3
-155
/
+5
2007-04-25
[SK_BUFF]: Introduce skb_transport_header(skb)
Arnaldo Carvalho de Melo
3
-4
/
+4
2007-04-25
[SK_BUFF]: Introduce tcp_hdr(), remove skb->h.th
Arnaldo Carvalho de Melo
2
-4
/
+4
2007-04-25
[SK_BUFF]: Introduce udp_hdr(), remove skb->h.uh
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-04-25
[SK_BUFF]: Introduce skb_transport_offset()
Arnaldo Carvalho de Melo
1
-3
/
+3
2007-04-25
[SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-04-25
[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
Arnaldo Carvalho de Melo
3
-4
/
+4
2007-04-25
[IP]: Introduce ip_hdrlen()
Arnaldo Carvalho de Melo
1
-1
/
+6
[next]