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
2006-03-20
[DCCP]: sparse endianness annotations
Andrea Bittau
6
-45
/
+33
2006-03-20
[NETFILTER]: Fix skb->nf_bridge lifetime issues
Patrick McHardy
1
-4
/
+0
2006-03-20
[DCCP] feat: Actually change the CCID upon negotiation
Andrea Bittau
1
-1
/
+42
2006-03-20
[DCCP] CCID: Improve CCID infrastructure
Arnaldo Carvalho de Melo
9
-210
/
+260
2006-03-20
[PKT_SCHED]: Convert sch_red to a classful qdisc
Patrick McHardy
1
-16
/
+163
2006-03-20
[XFRM]: Add some missing exports.
David S. Miller
2
-0
/
+7
2006-03-20
[XFRM]: Move xfrm_nl to xfrm_state.c from xfrm_user.c
David S. Miller
2
-3
/
+3
2006-03-20
[XFRM]: Make sure xfrm_replay_timer_handler() is declared early enough.
David S. Miller
1
-2
/
+2
2006-03-20
[IPSEC]: Sync series - policy expires
Jamal Hadi Salim
3
-4
/
+59
2006-03-20
[IPSEC]: Sync series - SA expires
Jamal Hadi Salim
2
-7
/
+40
2006-03-20
[IPSEC]: Sync series - acquire insert
Jamal Hadi Salim
2
-2
/
+57
2006-03-20
[IPSEC]: Sync series - user
Jamal Hadi Salim
2
-10
/
+230
2006-03-20
[IPSEC]: Sync series - fast path
Jamal Hadi Salim
4
-0
/
+4
2006-03-20
[IPSEC]: Sync series - core changes
Jamal Hadi Salim
3
-2
/
+101
2006-03-20
[PKT_SCHED]: Keep backlog counter in sch_sfq
Patrick McHardy
1
-0
/
+5
2006-03-20
[PKT_SCHED]: Restore TBF change semantic
Patrick McHardy
1
-2
/
+3
2006-03-20
[PKT_SCHED]: Dump child qdisc handle in sch_{atm,dsmark}
Patrick McHardy
2
-0
/
+2
2006-03-20
[PKT_SCHED]: Qdisc drop operation is optional
Patrick McHardy
3
-5
/
+5
2006-03-20
[NETLINK]: Add netlink_has_listeners for avoiding unneccessary event message ...
Patrick McHardy
1
-4
/
+48
2006-03-20
[NETFILTER]: ctnetlink: avoid unneccessary event message generation
Patrick McHardy
3
-6
/
+14
2006-03-20
[NETFILTER]: x_tables: replace IPv4/IPv6 policy match by address family indep...
Patrick McHardy
9
-370
/
+220
2006-03-20
[NETFILTER]: Move ip6_masked_addrcmp to include/net/ipv6.h
Patrick McHardy
2
-19
/
+6
2006-03-20
[NETFILTER]: x_tables: add xt_{match,target} arguments to match/target functions
Patrick McHardy
69
-29
/
+160
2006-03-20
[NETFILTER]: x_tables: pass registered match/target data to match/target func...
Patrick McHardy
4
-17
/
+22
2006-03-20
[NETFILTER]: Convert x_tables matches/targets to centralized error checking
Patrick McHardy
23
-511
/
+167
2006-03-20
[NETFILTER]: Convert ip6_tables matches/targets to centralized error checking
Patrick McHardy
16
-165
/
+47
2006-03-20
[NETFILTER]: Convert arp_tables targets to centralized error checking
Patrick McHardy
2
-6
/
+8
2006-03-20
[NETFILTER]: Convert ip_tables matches/targets to centralized error checking
Patrick McHardy
28
-390
/
+103
2006-03-20
[NETFILTER]: Change {ip,ip6,arp}_tables to use centralized error checking
Patrick McHardy
3
-13
/
+50
2006-03-20
[NETFILTER]: xt_tables: add centralized error checking
Patrick McHardy
1
-7
/
+65
2006-03-20
[NETFILTER]: nf_conntrack: use ipv6_addr_equal in nf_ct_reasm
Yasuyuki Kozakai
1
-4
/
+4
2006-03-20
[NETFILTER]: Fix CID offset bug in PPTP NAT helper debug message
Holger Eitzenberger
1
-3
/
+5
2006-03-20
[DCCP] CCID2: Drop sock reference count on timer expiration and reset.
Andrea Bittau
1
-11
/
+15
2006-03-20
[NETFILTER] nf_conntrack: clean up to reduce size of 'struct nf_conn'
Harald Welte
7
-116
/
+114
2006-03-20
[TCP]: MTU probing
John Heffner
6
-37
/
+302
2006-03-20
[IPV4] fib_rules.c: make struct fib_rules static again
Adrian Bunk
1
-1
/
+1
2006-03-20
[IPCOMP6]: don't check vfree() argument for NULL.
Jesper Juhl
1
-2
/
+2
2006-03-20
[DCCP]: Initial feature negotiation implementation
Andrea Bittau
10
-5
/
+813
2006-03-20
[DCCP] CCID2: Initial CCID2 (TCP-Like) implementation
Andrea Bittau
6
-3
/
+952
2006-03-20
[DCCP] CCID3: Set the no_feedback_timer fields near init_timer
Arnaldo Carvalho de Melo
1
-2
/
+3
2006-03-20
[DCCP]: Don't alloc ack vector for the control sock
Arnaldo Carvalho de Melo
1
-6
/
+5
2006-03-20
[DCCP] ackvec: Delete all the ack vector records in dccp_ackvec_free
Arnaldo Carvalho de Melo
1
-1
/
+11
2006-03-20
[DCCP] CCID: Allow ccid_{init,exit} to be NULL
Arnaldo Carvalho de Melo
2
-15
/
+1
2006-03-20
[DCCP] ackvec: Introduce ack vector records
Andrea Bittau
2
-98
/
+173
2006-03-20
[IPV4]: Use RCU locking in fib_rules.
Robert Olsson
1
-45
/
+68
2006-03-20
[DCCP] ackvec: Introduce dccp_ackvec_slab
Arnaldo Carvalho de Melo
3
-3
/
+52
2006-03-20
[DCCP]: Fix error handling in dccp_init
Arnaldo Carvalho de Melo
1
-1
/
+3
2006-03-20
[DCCP] ackvec: Ditch dccpav_buf_len
Arnaldo Carvalho de Melo
4
-25
/
+15
2006-03-20
[NETFILTER] nfnetlink_log: add sequence numbers for log events
Harald Welte
1
-0
/
+46
2006-03-20
[NET]: Do not lose accepted socket when -ENFILE/-EMFILE.
David S. Miller
1
-42
/
+71
[next]