summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* | [IPV6]: Make ndisc_dst_alloc() common for later use.YOSHIFUJI Hideaki2008-03-043-16/+15Star
* | [IPV6]: Make ndisc_flow_init() common for later use.YOSHIFUJI Hideaki2008-03-042-19/+20
* | [IPV6] ADDRCONF: Convert ipv6_get_saddr() to ipv6_dev_get_saddr().YOSHIFUJI Hideaki2008-03-046-15/+12Star
* | [IPV6] SYSCTL: complete initialization for sysctl table in subsystem code.YOSHIFUJI Hideaki2008-03-043-14/+19
* | [IPV6]: Move packet_type{} related bits to af_inet6.c.YOSHIFUJI Hideaki2008-03-042-122/+123
* | [IPV6] UDP: Rename IPv6 UDP files.YOSHIFUJI Hideaki2008-03-043-2/+2
* | [IPV4] UDP: Move IPv4-specific bits to other file.YOSHIFUJI Hideaki2008-03-044-1088/+1136
* | [IPV4]: Fix size description of CONFIG_INET.YOSHIFUJI Hideaki2008-03-041-1/+1
* | [UDP]: Allow users to configure UDP-Lite.YOSHIFUJI Hideaki2008-03-0410-23/+71
* | [TCP]: Add IPv6 support to TCP SYN cookiesGlenn Griffin2008-03-047-26/+330
* | [TCP]: lower stack usage in cookie_hash() functionEric Dumazet2008-03-041-1/+3
* | [ARP]: Introduce the arp_hdr_len helper.Pavel Emelyanov2008-03-034-18/+7Star
* | ipv6: fix inet6_init/icmpv6_cleanup sections mismatchAlexey Dobriyan2008-03-031-2/+2
* | [TCP]: Merge exit paths in tcp_v4_conn_request.Denis V. Lunev2008-03-031-10/+6Star
* | [SCTP]: seq_printf format warning. (fixed)Denis V. Lunev2008-03-031-1/+1
* | [IPV4]: skb->dst can't be NULL in ip_options_echo.Denis V. Lunev2008-03-031-4/+1Star
* | [ICMP]: Section conflict between icmp_sk_init/icmp_sk_exit.Denis V. Lunev2008-02-291-1/+3
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller2008-02-2934-1946/+3201
|\ \
| * | mac80211: fix key replacing, hw accelJohannes Berg2008-02-291-7/+20
| * | mac80211: split ieee80211_key_alloc/freeJohannes Berg2008-02-295-98/+203
| * | mac80211: remove STA infos last_ack stuffJohannes Berg2008-02-294-39/+0Star
| * | mac80211: safely free beacon in ieee80211_if_reinitJohannes Berg2008-02-291-1/+5
| * | mac80211: fix IBSS codeJohannes Berg2008-02-291-3/+3
| * | mac80211: fix debugfs_sta print_mac() warningJohannes Berg2008-02-291-2/+3
| * | mac80211: Disallow concurrent IBSS/STA mode interfacesJohannes Berg2008-02-291-4/+47
| * | mac80211: atomically check whether STA exists alreadyJohannes Berg2008-02-295-27/+36
| * | mac80211: rework TX filtered frame codeJohannes Berg2008-02-293-50/+89
| * | mac80211: fix incorrect use of CONFIG_MAC80211_IBSS_DEBUGPavel Roskin2008-02-291-1/+3
| * | mac80211: consolidate TIM handling codeJohannes Berg2008-02-295-83/+84
| * | mac80211: remove sta TIM flag, fix expiry TIM handlingJohannes Berg2008-02-295-25/+28
| * | mac80211: invoke set_tim() callback after setting own TIM infoJohannes Berg2008-02-293-8/+8
| * | wireless: update US regulatory domainTomas Winkler2008-02-291-2/+8
| * | mac80211: convert sta_info.pspoll to a flagJohannes Berg2008-02-293-9/+12
| * | mac80211: enable IBSS mergingBruno Randolf2008-02-292-30/+65
| * | mac80211: move function ieee80211_sta_join_ibss()Bruno Randolf2008-02-291-158/+159
| * | net/mac80211/: Use time_* macrosS.Çağlar Onur2008-02-292-2/+4
| * | mac80211: fix ecw2cw brain-damageJohannes Berg2008-02-291-6/+1Star
| * | mac80211: give burst time in txop rather than 0.1msec unitsJohannes Berg2008-02-291-5/+6
| * | mac80211: defer master netdev allocation to ieee80211_register_hwJohannes Berg2008-02-291-34/+38
| * | mac80211: adjustable number of bits for qdisc poolRon Rindjunsky2008-02-291-9/+9
| * | mac80211: Add cooked monitor mode supportMichael Wu2008-02-293-31/+126
| * | mac80211: move some code into ieee80211_invoke_rx_handlersJohannes Berg2008-02-291-24/+18Star
| * | mac80211: remove "dynamic" RX/TX handlersJohannes Berg2008-02-294-61/+43Star
| * | mac80211: clean up some things in the RX pathJohannes Berg2008-02-291-27/+10Star
| * | mac80211: Use monitor configuration flagsMichael Wu2008-02-294-16/+60
| * | nl80211: Add monitor interface configuration flagsMichael Wu2008-02-292-4/+44
| * | mac80211: split RX_DROPJohannes Berg2008-02-295-43/+45
| * | mac80211: split ieee80211_txrx_resultJohannes Berg2008-02-298-197/+204
| * | wireless: Fix WARN_ON() with ieee802.11bIvo van Doorn2008-02-291-1/+1
| * | wireless: fix ERP rate flagsJohannes Berg2008-02-291-4/+4