aboutsummaryrefslogtreecommitdiffstats
path: root/include/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-10-29Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6Linus Torvalds2-4/+2
2005-10-28Merge master.kernel.org:/pub/scm/linux/kernel/git/sridhar/lksctp-2.6Arnaldo Carvalho de Melo1-4/+4
2005-10-28Merge branch 'master'Jeff Garzik2-3/+6
2005-10-28[SCTP] Rename SCTP specific control message flags.Ivan Skytte Jorgensen1-4/+4
2005-10-28drivers/net: Remove pointless checks for NULL prior to calling kfree()Jesper Juhl2-4/+2
2005-10-28Merge master.kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6Arnaldo Carvalho de Melo2-3/+6
2005-10-28[Bluetooth] Make more functions staticMarcel Holtmann1-0/+6
2005-10-28[Bluetooth] Move CRC table into RFCOMM coreMarcel Holtmann1-3/+0
2005-10-28Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6Linus Torvalds4-137/+658
2005-10-28Merge master.kernel.org:/pub/scm/linux/kernel/git/acme/net-2.6.15Linus Torvalds1-1/+0
2005-10-28[PATCH] gfp_t: net/*Al Viro1-1/+1
2005-10-26Merge branch 'master'Jeff Garzik2-2/+4
2005-10-26[IPSEC]: Kill obsolete get_mss functionHerbert Xu1-1/+0
2005-10-25[LLC]: Strip RIF flag from source MAC addressJochen Friedrich1-1/+3
2005-10-22[AX.25]: Fix signed char bugRalf Baechle1-1/+1
2005-10-21Update version ieee80211 stamp to 1.1.6James Ketrenos1-1/+1
2005-10-13Merge branch 'master'Jeff Garzik18-67/+80
2005-10-10[TWSK]: Grab the module refcount for timewait socketsArnaldo Carvalho de Melo1-0/+3
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro15-54/+50
2005-10-06[SCTP] Fix SCTP socket options to work with 32-bit apps on 64-bit kernels.Sridhar Samudrala1-5/+5
2005-10-06[SCTP] Fix sctp_get{pl}addrs() API to work with 32-bit apps on 64-bit kernels.Ivan Skytte Jørgensen1-7/+16
2005-10-05[IPSEC]: Document that policy direction is derived from the index.Herbert Xu1-0/+5
2005-10-04[XFRM]: fix sparse gfp nocast warningsRandy Dunlap1-1/+1
2005-10-04[IPVS]: fix sparse gfp nocast warningsRandy Dunlap1-1/+1
2005-10-04[DECNET]: fix sparse gfp nocast warningsRandy Dunlap2-5/+5
2005-10-04[INET]: Shrink struct inet_ehash_bucket on 32 bits UPEric Dumazet1-1/+1
2005-10-04Merge rsync://bughost.org/repos/ieee80211-delta/Jeff Garzik2-4/+32
2005-10-03Merge branch 'upstream-fixes'Jeff Garzik7-49/+96
2005-10-03[INET]: speedup inet (tcp/dccp) lookupsEric Dumazet4-40/+52
2005-10-03Lindent and trailing whitespace script executed ieee80211 subsystemJames Ketrenos1-3/+3
2005-10-03This will move the ieee80211_is_ofdm_rate function to the ieee80211.hIvo van Doorn1-0/+28
2005-09-28This patch fixes a typo in ieee80211.h: ieee82011_deauth -> ieee80211_deauthMichael Wu1-1/+1
2005-09-22[PATCH] ieee80211: in-tree driver updates to sync with latest ieee80211 seriesJames Ketrenos2-2/+9
2005-09-22[PATCH] ieee80211: added IE comments, reason_code to reason, removed info_element from ieee80211_disassocJames Ketrenos1-3/+11
2005-09-22[PATCH] ieee80211: Added handle_deauth() callback, enhanced tkip/ccmp support of varying hw/sw offloadJames Ketrenos2-1/+6
2005-09-22[PATCH] ieee80211: Added subsystem version string and reporting via MODULE_VERSIONJames Ketrenos1-0/+7
2005-09-22[LLC]: fix llc_ui_recvmsg, making it behave like tcp_recvmsgArnaldo Carvalho de Melo1-0/+1
2005-09-22[LLC]: Fix the accept pathArnaldo Carvalho de Melo1-1/+2
2005-09-22[LLC]: Fix sparse warningsArnaldo Carvalho de Melo2-3/+13
2005-09-22[LLC]: Use refcounting with struct llc_sapArnaldo Carvalho de Melo2-2/+15
2005-09-22[LLC]: Do better struct sock accounting on skbsArnaldo Carvalho de Melo1-2/+4
2005-09-22[LLC]: Add sysctl support for the LLC timeoutsArnaldo Carvalho de Melo2-5/+12
2005-09-22[LLC]: Make llc_frame_alloc take a net_device as an argumentArnaldo Carvalho de Melo1-1/+2
2005-09-21[PATCH] ieee82011: Remove WIRELESS_EXT ifdefsJames Ketrenos1-2/+0
2005-09-21[PATCH] ieee80211: Updated copyright datesJames Ketrenos1-1/+1
2005-09-21[PATCH] ieee80211: Mixed PTK/GTK CCMP/TKIP supportJames Ketrenos1-0/+3
2005-09-21[PATCH] ieee80211: Type-o, capbility definition for QoS, and ERP parsingJames Ketrenos1-1/+6
2005-09-21[PATCH] ieee80211: "extern inline" to "static inline"James Ketrenos1-7/+7
2005-09-21[PATCH] ieee80211: Additional fixes for endian-aware typesJames Ketrenos1-29/+29
2005-09-21[PATCH] ieee80211: Added ieee80211_radiotap.hJames Ketrenos1-0/+231