aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2005-09-27[NEIGH]: Add debugging check when adding timers.David S. Miller
2005-09-26Merge master.kernel.org:/pub/scm/linux/kernel/git/acme/llc-2.6David S. Miller
2005-09-26[NETFILTER]: Fix invalid module autoloading by splitting iptable_natHarald Welte
2005-09-26[AF_PACKET]: Remove bogus checks added to packet_sendmsg().David S. Miller
2005-09-26[IPV6]: Fix [Bug 5306] Oops on IPv6 route lookupHerbert Xu
2005-09-26[NET]: Make sure ctl buffer is aligned properly in sys_sendmsg().Alex Williamson
2005-09-24[NETFILTER] ip_conntrack: Update event cache when status changesHarald Welte
2005-09-24[IRDA]: *irttp cleanupAlexey Dobriyan
2005-09-24[IRDA]: Fix memory leak in irttp_init()Alexey Dobriyan
2005-09-24[NET]: Protect neigh_stat_seq_fops by CONFIG_PROC_FSAmos Waterland
2005-09-24[NETFILTER]: Fix ip[6]t_NFQUEUE Kconfig dependencyHarald Welte
2005-09-22[SCTP]: Fix SCTP_SHUTDOWN notifications.Sridhar Samudrala
2005-09-22[NETFILTER] Fix conntrack event cache deadlock/oopsHarald Welte
2005-09-22[NETFILTER] Fix sparse endian warnings in pptp helperAlexey Dobriyan
2005-09-22[NETFILTER] fix DEBUG statement in PPTP helperHarald Welte
2005-09-22[BRIDGE]: TSO fix in br_dev_queue_push_xmitVlad Drukker
2005-09-22[TCP]: Adjust Reno SACK estimate in tcp_fragmentHerbert Xu
2005-09-22[LLC]: fix llc_ui_recvmsg, making it behave like tcp_recvmsgArnaldo Carvalho de Melo
2005-09-22[LLC]: Fix the accept pathArnaldo Carvalho de Melo
2005-09-22[LLC]: Fix sparse warningsArnaldo Carvalho de Melo
2005-09-22[TR]: Set correct frame type for SNAP packetsJochen Friedrich
2005-09-22[LLC]: Fix llc_fixup_skb() bugJochen Friedrich
2005-09-22[LLC]: Fix for Bugzilla ticket #5157Jochen Friedrich
2005-09-22[LLC]: Fix for Bugzilla ticket #5156Jochen Friedrich
2005-09-22[LLC]: Use refcounting with struct llc_sapArnaldo Carvalho de Melo
2005-09-22[LLC]: Do better struct sock accounting on skbsArnaldo Carvalho de Melo
2005-09-22[LLC]: Use sk_wait_dataArnaldo Carvalho de Melo
2005-09-22[LLC]: Use some more likely/unlikelyArnaldo Carvalho de Melo
2005-09-22[LLC]: Add sysctl support for the LLC timeoutsArnaldo Carvalho de Melo
2005-09-22[LLC]: Use the sk_wait_event primitiveArnaldo Carvalho de Melo
2005-09-22[LLC]: Convert llc_ui_wait_for_ functions to use prepare_to_wait/finish_waitArnaldo Carvalho de Melo
2005-09-22[LLC]: Remove unused functions from llc_c_ev.cArnaldo Carvalho de Melo
2005-09-22[LLC]: Use const in llc_c_ev.cArnaldo Carvalho de Melo
2005-09-22[LLC]: Help the compiler with likely/unlikely, saving some more bytesArnaldo Carvalho de Melo
2005-09-22[LLC]: Mark llc_find_next_offset as __init, saving some more bytesArnaldo Carvalho de Melo
2005-09-22[LLC]: Update comments for llc_ui_bind and llc_ui_autobind to match new behav...Arnaldo Carvalho de Melo
2005-09-22[LLC]: Remove unneeded temp net_device variablesArnaldo Carvalho de Melo
2005-09-22[LLC]: introduce llc_conn_tmr_common_cb, to avoid code duplicationArnaldo Carvalho de Melo
2005-09-22[LLC]: Remove unneeded f_bit variablesArnaldo Carvalho de Melo
2005-09-22[LLC]: Simplify llc_c_ac code, removing unneeded assignments to variablesArnaldo Carvalho de Melo
2005-09-22[LLC]: Make llc_frame_alloc take a net_device as an argumentArnaldo Carvalho de Melo
2005-09-21[TCP]: Set default congestion control correctly for incoming connections.Stephen Hemminger
2005-09-21[FIB_TRIE]: message cleanupStephen Hemminger
2005-09-21[AF_PACKET]: Allow for > 8 byte hardware addresses.Eric W. Biederman
2005-09-19Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2005-09-19[PATCH] raw_sendmsg DoS on 2.6Mark J Cox
2005-09-19[TCP]: Handle SACK'd packets properly in tcp_fragment().Herbert Xu
2005-09-19[8021Q]: Add endian annotations.Alexey Dobriyan
2005-09-19[NETFILTER]: Export ip_nat_port_{nfattr_to_range,range_to_nfattr}Harald Welte
2005-09-19[NETFILTER]: Rename misnamed functionPatrick McHardy