index
:
history
master
Linux kernel history
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2005-04-03
[NET]: Missing proto_list_lock initialization.
James Bottomley
1
-1
/
+1
2005-04-02
Merge tgraf@kernel.bkbits.net:/home/tgraf/net-2.6-tcf_exts
Thomas Graf
1
-17
/
+31
2005-04-01
[NET]: Improve gnet_stats_* dumping logic to be less error prone
Thomas Graf
1
-13
/
+24
2005-04-01
[NET]: Allow dumping of application specific statistics if no primary TLV is ...
Thomas Graf
1
-4
/
+7
2005-03-31
Merge bk://kernel.bkbits.net/acme/net-2.6
David S. Miller
1
-42
/
+177
2005-03-30
Merge bk://kernel.bkbits.net/tgraf/net-2.6-tcf_exts
David S. Miller
1
-3
/
+7
2005-03-30
[NET]: NULL pointer bug in netpoll.c
jan.kiszka@web.de
1
-3
/
+4
2005-03-29
[NET]: Make primary TLV type optional
Thomas Graf
1
-3
/
+7
2005-03-26
[NET] make all protos partially use sk_prot
Arnaldo Carvalho de Melo
1
-42
/
+177
2005-03-22
[ATM]: Remove bridge/lec interdependency
Chas Williams
1
-0
/
+6
2005-03-22
[NETPOLL]: netpoll_queue needs to be exported to modules
David S. Miller
1
-0
/
+1
2005-03-22
[NETPOLL]: Do not use __smp_processor_id().
David S. Miller
1
-3
/
+3
2005-03-22
[NETPOLL]: Fix racy dev->flags usage
Matt Mackall
1
-4
/
+1
2005-03-22
[NETPOLL]: Carrier clarification
Matt Mackall
1
-4
/
+9
2005-03-22
[NETPOLL]: Avoid kfree_skb() on packets with destructor
Matt Mackall
1
-1
/
+4
2005-03-22
[NETPOLL]: Handle xmit_lock recursion similarly
Matt Mackall
1
-2
/
+3
2005-03-22
[NETPOLL]: Add optional dropping and queueing support
Matt Mackall
1
-2
/
+57
2005-03-22
[NETPOLL]: Fix ->poll() locking
Matt Mackall
2
-9
/
+24
2005-03-22
[NETPOLL]: Add netpoll pointer to net_device
Matt Mackall
1
-62
/
+27
2005-03-22
[NETPOLL]: Filter inlines
Matt Mackall
2
-13
/
+13
2005-03-22
[NETPOLL]: Shorten carrier detect timeout.
Matt Mackall
1
-2
/
+2
2005-03-17
[NETPOLL]: Align UDP packets to NET_IP_ALIGN.
Sven Henkel
1
-1
/
+1
2005-03-16
[NET]: Save space for sk_alloc_slab() failure message.
Hideaki Yoshifuji
1
-1
/
+7
2005-03-15
[PKTGEN]: Fix maintainence of next_tx_{us,ns}.
Robert Olsson
1
-13
/
+6
2005-03-16
[NET] Convert sk_localroute into SOCK_LOCALROUTE flag and use RT_CONN_FLAGS w...
Thomas Graf
1
-2
/
+5
2005-03-16
[NET] Convert sk_rcvtstamp into SOCK_RCVTSTAMP flag
Thomas Graf
1
-3
/
+5
2005-03-16
[NET] Convert sk_debug into SOCK_DBG flag
Thomas Graf
1
-2
/
+4
2005-03-16
[NET] Convert sk_user_write_queue into SOCK_USE_WRITE_QUEUE flag
Thomas Graf
1
-1
/
+1
2005-03-16
[NET] Convert sk_zapped into SOCK_ZAPPED flag
Thomas Graf
1
-1
/
+2
2005-03-14
[NET]: Need to export dev_get_flags() to modules.
Andrew Morton
1
-0
/
+1
2005-03-14
Merge bk://kernel.bkbits.net/davem/net-2.6
Linus Torvalds
1
-4
/
+7
2005-03-14
[PKTGEN]: Fix thread_lock() usage.
Robert Olsson
1
-4
/
+7
2005-03-11
[PATCH] docbook: update function parameter description in network code
Martin Waitz
1
-1
/
+4
2005-03-11
Undo the netfilter undo - the next patch fixes the regression it caused.
Linus Torvalds
1
-40
/
+29
2005-03-10
Cset exclude: bdschuym@pandora.be|ChangeSet|20050310042817|04711
Linus Torvalds
1
-29
/
+40
2005-03-10
[PKTGEN]: Use __in_dev_put().
Robert Olsson
1
-2
/
+2
2005-03-09
Merge
David S. Miller
1
-8
/
+45
2005-03-09
[NEIGH]: Provide number of probes to userspace
Thomas Graf
1
-0
/
+3
2005-03-09
[NEIGH]: rtnetlink neighbour cleanups
Thomas Graf
1
-29
/
+31
2005-03-09
[NET]: Remove dead skb_iter code
Stephen Hemminger
1
-67
/
+0
2005-03-09
[NET]: Passcred cleanup in struct sock
Herbert Pƶtzl
1
-2
/
+5
2005-03-09
[NETFILTER]: Reduce call chain length in netfilter (take 2)
Bart De Schuymer
1
-40
/
+29
2005-03-06
Merge pobox.com:/garz/repo/netdev-2.6/bonding
Jeff Garzik
1
-11
/
+17
2005-03-05
Merge nuts.davemloft.net:/disk1/BK/net-2.6.12
David S. Miller
3
-37
/
+19
2005-03-04
[NET] NEIGHBOUR: Add retrans_time_ms and reachable_time_ms sysctls.
Hideaki Yoshifuji
1
-13
/
+44
2005-03-04
[IPV6] NDISC: NEWLINK notification on change of Reachable Time
Hideaki Yoshifuji
1
-0
/
+5
2005-03-04
[NET] NEIGHBOUR: Add hook for sysctl strategy.
Hideaki Yoshifuji
1
-2
/
+3
2005-02-23
[PKTGEN]: reduce stack usage
Robert Olsson
1
-17
/
+6
2005-02-23
Merge nuts.davemloft.net:/disk1/BK/net-2.6
David S. Miller
1
-11
/
+14
2005-02-23
[PKTGEN]: Replace interruptible_sleep_on_timeout()
Robert Olsson
1
-11
/
+14
[next]