index
:
history
master
Linux kernel history
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
net
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2005-04-02
Merge tgraf@kernel.bkbits.net:/home/tgraf/net-2.6-tcf_exts
Thomas Graf
1
-1
/
+2
2005-04-01
[NET]: Allow dumping of application specific statistics if no primary TLV is ...
Thomas Graf
1
-1
/
+2
2005-03-31
Merge bk://kernel.bkbits.net/acme/net-2.6
David S. Miller
2
-27
/
+8
2005-03-30
[PKT_SCHED]: Fix action statistics dumping in compatibility mode
Thomas Graf
1
-1
/
+1
2005-03-26
[NET] make all protos partially use sk_prot
Arnaldo Carvalho de Melo
2
-27
/
+8
2005-03-22
[NETROM]: net/netrom.h now needs net/sock.
David S. Miller
1
-0
/
+1
2005-03-22
[ROSE]: Get rid of sk_protinfo use
Ralf Bächle
1
-4
/
+6
2005-03-22
[NETROM]: Get rid of sk_protinfo use
Ralf Bächle
1
-4
/
+4
2005-03-22
[IRDA]: Squash warnings introduced by DEBUG cleanups.
David S. Miller
1
-5
/
+8
2005-03-22
[IRDA]: DEBUG macro fixes
Jean Tourrilhes
1
-13
/
+13
2005-03-22
[IPV4]: The multipath select_route method must be implemented.
David S. Miller
1
-2
/
+2
2005-03-19
[IPV4]: Check multipath ops func pointers against NULL.
David S. Miller
1
-4
/
+6
2005-03-17
[NET]: Make dst_allfrag use dst instead of dst->path
Herbert Xu
1
-1
/
+1
2005-03-17
[NET]: Kill dst_pmtu/dst_path_metric
Herbert Xu
1
-16
/
+1
2005-03-17
Merge http://linux-mh.bkbits.net/bluetooth-2.6
David S. Miller
7
-8
/
+122
2005-03-18
[Bluetooth] Kill bt_sock_alloc() and its usage
Marcel Holtmann
5
-5
/
+9
2005-03-17
[IPV4]: Make multipath algs into true drivers.
David S. Miller
3
-80
/
+82
2005-03-16
[IPV4]: Multipath cache algorithm support.
elueck@de.ibm.com
5
-1
/
+119
2005-03-16
[NET]: Save space for sk_alloc_slab() failure message.
Hideaki Yoshifuji
1
-5
/
+0
2005-03-16
[IPV4]: Save space in struct inetpeer on 64-bit platforms.
Eric Dumazet
1
-1
/
+1
2005-03-16
[IPV4]: Mark a struct static in inetpeer.c
Adrian Bunk
1
-1
/
+0
2005-03-16
[NET] Reorder struct sock
Thomas Graf
1
-14
/
+13
2005-03-16
[NET] Convert sk_queue_shrunk into SOCK_QUEUE_SHRUNK flag
Thomas Graf
1
-3
/
+2
2005-03-16
[NET] Convert sk_localroute into SOCK_LOCALROUTE flag and use RT_CONN_FLAGS w...
Thomas Graf
2
-3
/
+2
2005-03-16
[NET] Convert sk_no_largesend into SOCK_NO_LARGESEND flag
Thomas Graf
3
-4
/
+3
2005-03-16
[NET] Convert sk_rcvtstamp into SOCK_RCVTSTAMP flag
Thomas Graf
1
-3
/
+2
2005-03-16
[NET] Convert sk_debug into SOCK_DBG flag
Thomas Graf
1
-4
/
+3
2005-03-16
[NET] Convert sk_user_write_queue into SOCK_USE_WRITE_QUEUE flag
Thomas Graf
1
-2
/
+1
2005-03-16
[NET] Convert sk_zapped into SOCK_ZAPPED flag
Thomas Graf
1
-2
/
+1
2005-03-14
Merge bk://kernel.bkbits.net/davem/net-2.6
Linus Torvalds
1
-0
/
+1
2005-03-14
[TCP]: Fix gcc-3.4 build when TCP_DEBUG is disabled in tcp.h
Andre Tomt
1
-0
/
+1
2005-03-13
[PATCH] verify_area cleanup : i386 and misc.
Jesper Juhl
1
-1
/
+1
2005-03-10
[NETROM]: Sparse fixes.
Ralf Bächle
1
-0
/
+1
2005-03-10
[NET]: Move dst_release out of dst->ops->check
Herbert Xu
2
-2
/
+2
2005-03-09
Merge
David S. Miller
5
-6
/
+48
2005-03-09
[NET]: Passcred cleanup in struct sock
Herbert Pötzl
1
-2
/
+2
2005-03-09
[IPV6]: Handle loopback restration errors in addrconf_init()
Herbert Xu
1
-1
/
+1
2005-03-08
Merge pobox.com:/garz/repo/linux-2.6
Jeff Garzik
1
-3
/
+0
2005-03-06
[IPSEC]: Check dst validity harder in xfrm_bundle_ok
Herbert Xu
1
-0
/
+9
2005-03-06
[IPSEC]: Use dst_mtu i n xfrm[46]_output
Herbert Xu
1
-0
/
+10
2005-03-06
[IPSEC]: Store MTU at each xfrm_dst
Herbert Xu
1
-0
/
+3
2005-03-06
[IPSEC]: Add route element to xfrm_dst
Herbert Xu
1
-0
/
+1
2005-03-06
[IPSEC]: Add xfrm_state_mtu()
Herbert Xu
1
-0
/
+1
2005-03-05
Merge http://linux-mh.bkbits.net/bluetooth-2.6
David S. Miller
1
-1
/
+31
2005-03-05
[Bluetooth] Enhance HCI callback interface
Marcel Holtmann
1
-1
/
+31
2005-03-04
[IPV6] Unify common functions to compare ipv6 prefixes.
Hideaki Yoshifuji
1
-0
/
+26
2005-03-04
[IPV6] Ensure to use interface hoplimit by default.
Hideaki Yoshifuji
1
-0
/
+2
2005-03-04
[IPV6] Always add a fragment header after receiving TOO BIG w/ pmtu < 1280.
Hideaki Yoshifuji
1
-0
/
+9
2005-03-04
[NET] NEIGHBOUR: Add hook for sysctl strategy.
Hideaki Yoshifuji
1
-1
/
+2
2005-03-04
[IPV6] NDISC: Save space for ndisc_options{}.
Hideaki Yoshifuji
1
-5
/
+9
[next]