summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* mac80211: rename filesJohannes Berg2008-04-0827-32/+32
* mac80211: fix key vs. sta locking problemsJohannes Berg2008-04-0811-229/+385
* mac80211: fix sta-info pinningJohannes Berg2008-04-081-32/+32
* mac80211: fix defined but not usedJiri Slaby2008-04-081-30/+30
* mac80211: BA session debug prints changesRon Rindjunsky2008-04-082-12/+16
* mac80211: notify mac from low level driver (iwlwifi)Mohamed Abbas2008-04-081-0/+23
* mac80211: fix ieee80211_ioctl_giwrateJohannes Berg2008-04-081-6/+12
* mac80211: make debugfs files root-onlyJohannes Berg2008-04-083-6/+6
* mac80211: notify upper layers after lowerReinette Chatre2008-04-081-2/+2
* cfg80211: default to regulatory max power for channelJohn W. Linville2008-04-081-1/+4
* mac80211: clean up IEEE80211_FC useJohannes Berg2008-04-084-10/+2
* mac80211: fix possible sta-debugfs work lockupJohannes Berg2008-04-081-6/+23
* mac80211: add station aid into ieee80211_tx_controlChr2008-04-081-0/+1
* mac80211: add association capabilty and timing info into bss_confTomas Winkler2008-04-081-1/+8
* mac80211: eliminate conf_htTomas Winkler2008-04-083-46/+66
* Revert "mac80211: use a struct for bss->mesh_config"John W. Linville2008-04-084-41/+18
* Merge branch 'net-2.6.26-isatap-20080403' of git://git.linux-ipv6.org/gitroot...David S. Miller2008-04-086-71/+284
|\
| * [IPV6] NDISC: Don't rely on node-type hint from L2 unless required.YOSHIFUJI Hideaki2008-04-032-0/+14
| * [IPV6]: Unify ip6_onlink() and ipip6_onlink().YOSHIFUJI Hideaki2008-04-033-50/+27
| * [IPV6] NDISC: Ignore route information with /0 prefix from interior router.YOSHIFUJI Hideaki2008-04-031-1/+7
| * [IPV6] SIT: Add SIOCGETPRL ioctl to get/dump PRL.YOSHIFUJI Hideaki2008-04-031-9/+87
| * [IPV6] SIT: Disallow 0.0.0.0 in PRL and Flush PRL if given for DEL.YOSHIFUJI Hideaki2008-04-031-1/+4
| * [IPV6] SIT: Fix locking issues in PRL management.YOSHIFUJI Hideaki2008-04-031-17/+32
| * [IPV6] SIT: Add PRL management for ISATAP.Templin, Fred L2008-04-033-46/+166
* | [IPV6] MROUTE: Use skb_tail_pointer(skb) instead of skb->tail.YOSHIFUJI Hideaki2008-04-051-3/+3
* | [IPV6] MROUTE: Support PIM-SM (SSM).YOSHIFUJI Hideaki2008-04-052-1/+281
* | [IPV6] MROUTE: Support multicast forwarding.YOSHIFUJI Hideaki2008-04-0510-30/+1521
* | [IPV6] ADDRCONF: Fix array size for sysctls.YOSHIFUJI Hideaki2008-04-041-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-04-035-28/+30
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-04-0242-135/+250
| |\ \
| * | | net/rxrpc trivial annotationsAl Viro2008-03-302-13/+16
| * | | net/9p/trans_fd.c:p9_trans_fd_init(): module_init functions should return 0 o...Andrew Morton2008-03-281-1/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-03-2620-42/+148
| |\ \ \
| * | | | SVCRDMA: Check num_sge when setting LAST_CTXT bitTom Tucker2008-03-261-10/+11
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-03-249-22/+38
| |\ \ \ \
| * | | | | SVCRDMA: Use only 1 RDMA read scatter entry for iWARP adaptersRoland Dreier2008-03-241-2/+0
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-03-2118-85/+138
| |\ \ \ \ \
| * | | | | | sched, net: socket wakeups are syncIngo Molnar2008-03-191-2/+2
* | | | | | | [NETNS]: Use TCP control socket from a correct namespace.Denis V. Lunev2008-04-031-6/+4
* | | | | | | [NETNS]: Create tcp control socket in the each namespace.Denis V. Lunev2008-04-031-2/+19
* | | | | | | [IPV6]: Simplify IPv6 control sockets creation.Denis V. Lunev2008-04-033-30/+17
* | | | | | | [INET]: uc_ttl assignment in inet_ctl_sock_create is redundant.Denis V. Lunev2008-04-031-1/+0
* | | | | | | [ICMP]: Simplify ICMP control socket creation.Denis V. Lunev2008-04-031-18/+7
* | | | | | | [NETNS]: Inet control socket should not hold a namespace.Denis V. Lunev2008-04-036-20/+15
* | | | | | | [INET]: Let inet_ctl_sock_create return sock rather than socket.Denis V. Lunev2008-04-036-20/+13
* | | | | | | [SCTP]: Replace socket with sock for SCTP control socket.Denis V. Lunev2008-04-031-5/+7
* | | | | | | [SCTP]: Use inet_ctl_sock_create for control socket creation.Denis V. Lunev2008-04-031-5/+2
* | | | | | | [INET]: Rename inet_csk_ctl_sock_create to inet_ctl_sock_create.Denis V. Lunev2008-04-036-26/+27
* | | | | | | [DCCP]: dccp_v(4|6)_ctl_socket is leaked.Denis V. Lunev2008-04-032-0/+2
* | | | | | | [DCCP]: Replace socket with sock for reset sending.Denis V. Lunev2008-04-034-15/+19
OpenPOWER on IntegriCloud