summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-06-0727-1500/+1961
|\
| * wimax: depend on rfkill properlyJohannes Berg2009-06-041-0/+1
| * cfg80211: fix Kconfig for users of cfg80211Johannes Berg2009-06-031-1/+4
| * rfkill: always init poll delayed workJohannes Berg2009-06-031-7/+6Star
| * mac80211: removed unused variable in ieee80211_tx()Luis R. Rodriguez2009-06-031-2/+0Star
| * mac80211: extend sta kdoc - explain when they are addedLuis R. Rodriguez2009-06-031-0/+9
| * cfg80211: make ieee80211_get_mesh_hdrlen() staticLuis R. Rodriguez2009-06-031-1/+1
| * cfg80211: add rfkill supportJohannes Berg2009-06-038-23/+128
| * rfkill: add function to query stateJohannes Berg2009-06-031-0/+13
| * cfg80211: move txpower wext from mac80211Johannes Berg2009-06-033-78/+136
| * rfkill: create useful userspace interfaceJohannes Berg2009-06-032-7/+327
| * rfkill: rewriteJohannes Berg2009-06-039-1374/+1282Star
| * nl80211: use GFP_ATOMIC for michael mic failure messageBob Copeland2009-06-031-2/+2
| * cfg80211: fix for duplicate userspace repliesLuis R. Rodriguez2009-06-031-1/+7
| * net: introduce pre-up netdev notifierJohannes Berg2009-06-031-1/+6
| * mac80211: handle -EALREADY on cfg80211 op assoc reqLuis R. Rodriguez2009-06-031-1/+1
| * cfg80211: disallow interfering with stations on non-AP (part 2)Johannes Berg2009-06-031-0/+6
| * mac80211: fix transposed min/max CW valuesJohannes Berg2009-06-031-4/+4
| * cfg80211: use key size constantsJohannes Berg2009-06-031-6/+5Star
| * nl80211: bounce scan request back to userspaceJohannes Berg2009-06-032-6/+40
| * cfg80211: validate AID of stations being addedJohannes Berg2009-06-032-6/+11
| * mac80211: deprecate conf.beacon_int properlyJohannes Berg2009-06-031-10/+2Star
* | Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/...David S. Miller2009-06-047-56/+96
|\ \
| * | sctp: support non-blocking version of the new sctp_connectx() APIVlad Yasevich2009-06-032-1/+45
| * | sctp: fix to choose alternate destination when retransmit ASCONF chunkWei Yongjun2009-06-032-38/+12Star
| * | sctp: fix sack_timeout sysctl min and max typesJean-Mickael Guerin2009-06-031-3/+3
| * | sctp: fix panic when T4-rto timer expire on removed transportWei Yongjun2009-06-032-1/+10
| * | sctp: fix panic when T2-shutdown timer expire on removed transportWei Yongjun2009-06-032-3/+15
| * | sctp: fix to only enable IPv6 address support on PF_INET6 socketWei Yongjun2009-06-031-1/+2
| * | sctp: fix a typo in net/sctp/sm_statetable.cWei Yongjun2009-06-031-1/+1
| * | sctp: fix the error code when ASCONF is received with invalid addressWei Yongjun2009-06-031-6/+6
| * | sctp: fix report unrecognized parameter in ACSONF-ACKWei Yongjun2009-06-031-2/+2
| |/
* / ipv4: remove ip_mc_drop_socket() declaration from af_inet.c.Rami Rosen2009-06-041-1/+0Star
|/
* net: skb->dst accessorsEric Dumazet2009-06-0369-344/+354
* net: skb->rtable accessorEric Dumazet2009-06-0320-70/+82
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-06-038-26/+66
|\
| * net_cls: fix unconfigured struct tcf_proto keeps chaining and avoid kernel pa...Minoru Usui2009-06-021-6/+17
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller2009-06-011-6/+0Star
| |\
| | * Bluetooth: Remove useless flush_work() causing lockdep warningsDave Young2009-05-271-6/+0Star
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-05-284-1/+29
| |\ \
| | * | netfilter: nfnetlink_log: fix wrong skbuff size calculationPablo Neira Ayuso2009-05-271-0/+6
| | * | netfilter: xt_hashlimit does a wrong SEQ_SKIPJesper Dangaard Brouer2009-05-271-1/+1
| | * | netfilter: nf_ct_dccp: add missing DCCP protocol changes in event cachePablo Neira Ayuso2009-05-251-0/+4
| | * | netfilter: nf_ct_tcp: fix accepting invalid RST segmentsJozsef Kadlecsik2009-05-251-0/+18
| * | | cls_cgroup: read classid atomically in classifierPaul Menage2009-05-271-11/+11
| | |/ | |/|
| * | tcp: tcp_vegas ssthresh bugfixDoug Leith2009-05-261-2/+9
* | | ipv4: New multicast-all socket optionNivedita Singhvi2009-06-023-1/+13
* | | net: ipv4/ip_sockglue.c cleanupsEric Dumazet2009-06-021-37/+36Star
* | | IPv6: Print error value when skb allocation failsBrian Haley2009-06-021-4/+4
* | | Phonet: fix accounting race between gprs_writeable() and gprs_xmit()RĂ©mi Denis-Courmont2009-06-021-2/+3