summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* cfg80211: enforce lack of interface combinationsJohannes Berg2012-04-162-11/+3
* mac80211: remove ieee80211_rx_bss_getMohammed Shafi Shajakhan2012-04-132-17/+0
* mac80211: remove hw.conf.channel usage where possibleMichal Kazior2012-04-135-31/+27
* mac80211: fix an issue in ieee80211_tx_info count field managementLorenzo Bianconi2012-04-131-1/+7
* cfg80211: Add channel information to NL80211_CMD_GET_INTERFACEPontus Fuchs2012-04-133-2/+18
* mac80211: protect ->scanning by mutex in ieee80211_work_work()Stanislaw Gruszka2012-04-131-3/+5
* mac80211: do not scan and monitor connection in parallelStanislaw Gruszka2012-04-134-19/+53
* NFC: Fix LLCP link timeout typoSamuel Ortiz2012-04-121-1/+1
* NFC: Add MIUX to the local LLCP general bytesSamuel Ortiz2012-04-121-0/+10
* NFC: Call llcp_add_header properly when sending LLCP DM or DISCSamuel Ortiz2012-04-121-2/+2
* NFC: Fix LLCP TLV building routineSamuel Ortiz2012-04-121-1/+1
* NFC: No need to apply twice the modulo op to LLCP's recv_nSamuel Ortiz2012-04-122-2/+2
* NFC: Dump LLCP framesSamuel Ortiz2012-04-121-0/+7
* NFC: Add Core support to generate tag lost eventEric Lapuyade2012-04-121-1/+71
* NFC: Changed target activated state logicEric Lapuyade2012-04-121-3/+21
* NFC: Fix next target_idx type and rename for clarityEric Lapuyade2012-04-122-3/+3
* NFC: The core part should generate the target indexSamuel Ortiz2012-04-124-6/+18
* NFC: SHDLC implementationEric Lapuyade2012-04-123-0/+954
* NFC: HCI supportEric Lapuyade2012-04-128-0/+1496
* NFC: Export target lost functionEric Lapuyade2012-04-121-0/+39
* NFC: Add a target lost netlink eventSamuel Ortiz2012-04-122-0/+31
* mac80211: fix the assignment of PREQ's MAC address for Proactive RANNChun-Yeow Yeoh2012-04-122-2/+5
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-04-12136-593/+560
|\
| * NFC: Fix the LLCP Tx fragmentation loopSamuel Ortiz2012-04-111-2/+2
| * net/wireless/wext-core.c: add missing kfreeJulia Lawall2012-04-091-2/+4
| * nl80211: ensure interface is up in various APIsJohannes Berg2012-04-091-13/+18
| * mac80211: fix association beacon wait timeoutJohannes Berg2012-04-091-2/+1
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville2012-04-094-6/+22
| |\
| | * Bluetooth: mgmt: Add missing endian conversionAndrei Emeltchenko2012-03-281-3/+8
| | * Bluetooth: mgmt: Fix corruption of device_connected pktBrian Gix2012-03-281-1/+1
| | * Bluetooth: Fix memory leaks due to chan refcntAndrei Emeltchenko2012-03-281-0/+3
| | * Bluetooth: hci_core: fix NULL-pointer dereference at unregisterJohan Hovold2012-03-281-0/+7
| | * Bluetooth: Fix Endian Bug.Santosh Nayak2012-03-281-2/+3
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-04-0612-74/+71
| |\ \
| | * | net: fix a race in sock_queue_err_skb()Eric Dumazet2012-04-061-1/+3
| | * | netlink: fix races after skb queueingEric Dumazet2012-04-061-11/+13
| | * | phonet: Check input from user before allocatingSasha Levin2012-04-061-0/+3
| | * | tcp: tcp_sendpages() should call tcp_push() onceEric Dumazet2012-04-062-4/+4
| | * | ipv6: fix array index in ip6_mc_add_src()RongQing.Li2012-04-051-1/+1
| | * | sctp: Allow struct sctp_event_subscribe to grow without breaking binariesThomas Graf2012-04-051-2/+3
| | * | netfilter: nf_conntrack: fix count leak in error path of __nf_conntrack_allocPablo Neira Ayuso2012-04-041-0/+1
| | * | netfilter: xt_CT: fix missing put timeout object in error pathPablo Neira Ayuso2012-04-041-5/+19
| | * | netfilter: xt_CT: allocation has to be GFP_ATOMIC under rcu_read_lock sectionPablo Neira Ayuso2012-04-041-1/+1
| | * | Merge branch 'master' of git://1984.lsi.us.es/netDavid S. Miller2012-04-041-0/+2
| | |\ \
| | | * | netfilter: xt_CT: remove a compile warningPablo Neira Ayuso2012-04-031-0/+2
| | * | | bpf jit: Make the filter.c::__load_pointer helper non-static for the jitsJan Seiffert2012-04-041-3/+6
| | * | | tcp: allow splice() to build full TSO packetsEric Dumazet2012-04-031-1/+1
| | * | | net: fix /proc/net/dev regressionEric Dumazet2012-04-032-46/+15
| * | | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-04-067-24/+11
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | simple_open: automatically convert to simple_open()Stephen Boyd2012-04-067-24/+11