aboutsummaryrefslogtreecommitdiffstats
path: root/include/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-24Scm: Remove unnecessary pid & credential references in Unix socket's send and receive pathTim Chen1-3/+19
2011-08-24sctp: Bundle HEAERTBEAT into ASCONF_ACKMichio Honda1-0/+1
2011-08-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville4-157/+191
2011-08-17rps: Add flag to skb to indicate rxhash is based on L4 tupleTom Herbert2-4/+20
2011-08-13af_iucv: add HiperSockets transportUrsula Braun1-0/+52
2011-08-13iucv: introduce loadable iucv interfaceFrank Blaschka1-1/+35
2011-08-12nl80211/cfg80211: Add extra IE configuration to AP mode setupJouni Malinen1-0/+14
2011-08-12nl80211/cfg80211: Add crypto settings into NEW_BEACONJouni Malinen1-30/+36
2011-08-12nl80211/cfg80211: Allow SSID to be specified in new beacon commandJouni Malinen1-0/+7
2011-08-12cfg80211/mac80211: move information element parsing logic to cfg80211Yogesh Ashok Powar1-0/+63
2011-08-11nl80211/cfg80211: Make addition of new sinfo fields saferJouni Malinen1-0/+5
2011-08-11cfg80211: fix a crash in nl80211_send_stationFelix Fietkau1-1/+3
2011-08-10cfg80211/nl80211: Send AssocReq IEs to user space in AP modeJouni Malinen1-0/+8
2011-08-09lib80211: remove exports for functions not called by other modulesPavel Roskin1-3/+0
2011-08-08mac80211: remove offchannel_tx APIJohannes Berg1-10/+0
2011-08-08cfg80211: remove unused wext handler exportsJohannes Berg1-69/+0
2011-08-08mac80211: remove linux/wireless.h inclusionJohannes Berg1-1/+0
2011-08-08cfg80211: split wext compatibility to separate headerJohannes Berg2-112/+124
2011-08-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-7/+36
2011-08-07ipv4: route non-local sources for raw socketJulian Anastasov1-1/+1
2011-08-06net: Compute protocol sequence numbers and fragment IDs using MD5.David S. Miller1-0/+20
2011-08-03net: fix NULL dereferences in check_peer_redir()Eric Dumazet1-4/+13
2011-08-01ipv6: updates to privacy addresses per RFC 4941.Lorenzo Colitti2-1/+2
2011-08-01doc: Update the email address for Paul Moore in various source filesPaul Moore2-2/+2
2011-07-26atomic: use <linux/atomic.h>Arun Sharma15-15/+15
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+1
2011-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-4/+89
2011-07-23fs/9p: add 9P2000.L unlinkat operationAneesh Kumar K.V2-0/+3
2011-07-23fs/9p: add 9P2000.L renameat operationAneesh Kumar K.V2-1/+6
2011-07-23fs/9p: Clean-up get_protocol_version() to use strcmpPrem Karat2-4/+4
2011-07-23net/9p: Remove structure not used in the codeAneesh Kumar K.V1-178/+5
2011-07-239p: clean up packet dump codeEric Van Hensbergen1-0/+6
2011-07-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville2-4/+89
2011-07-21ipv6: make fragment identifications less predictableEric Dumazet2-14/+11
2011-07-20mac80211: sync driver before TXJohannes Berg1-0/+42
2011-07-19cfg80211: allow userspace to control supported rates in scanJohannes Berg1-0/+3
2011-07-18net: Add ->neigh_lookup() operation to dst_opsDavid S. Miller3-9/+6
2011-07-17net: Abstract dst->neighbour accesses behind helpers.David S. Miller1-3/+15
2011-07-17ipv6: Get rid of rt6i_nexthop macro.David S. Miller1-1/+0
2011-07-17neigh: Pass neighbour entry to output ops.David S. Miller1-9/+10
2011-07-16neigh: Kill ndisc_ops->queue_xmitDavid S. Miller1-1/+0
2011-07-16neigh: Kill hh_cache->hh_outputDavid S. Miller1-2/+2
2011-07-16neigh: Kill neigh_ops->hh_outputDavid S. Miller1-1/+0
2011-07-16net: Create and use new helper, neigh_output().David S. Miller1-0/+9
2011-07-15mac80211: let key iteration get keys in install orderJohannes Berg1-0/+4
2011-07-15mac80211: allow driver access to TKIP RX P1KJohannes Berg1-0/+14
2011-07-15nl80211/cfg80211: add max_sched_scan_ie_len in the hw descriptionLuciano Coelho1-0/+3
2011-07-15nl80211/cfg80211: add max_sched_scan_ssids in the hw descriptionLuciano Coelho1-0/+3
2011-07-15nl80211: advertise GTK rekey support, new triggersJohannes Berg1-4/+20
2011-07-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville8-38/+221