Age | Commit message (Expand) | Author | Files | Lines |
2012-10-17 | {nl,cfg}80211: Peer STA VHT caps | Mahesh Palivela | 1 | -0/+2 |
2012-10-17 | mac80211: VHT peer STA caps | Mahesh Palivela | 1 | -0/+3 |
2012-10-17 | cfg80211: Allow user space to specify non-IEs to SAE Authentication | Jouni Malinen | 1 | -0/+5 |
2012-10-17 | mac80211: add channel context iterator | Johannes Berg | 1 | -0/+21 |
2012-10-17 | mac80211: track needed RX chains for channel contexts | Johannes Berg | 1 | -1/+14 |
2012-10-16 | mac80211: introduce new ieee80211_ops | Michal Kazior | 1 | -0/+24 |
2012-10-16 | mac80211: introduce channel context skeleton code | Michal Kazior | 1 | -0/+36 |
2012-10-15 | cfg80211/mac80211: avoid state mishmash on deauth | Stanislaw Gruszka | 1 | -0/+1 |
2012-10-15 | Bluetooth: AMP: Handle complete frames in l2cap | Andrei Emeltchenko | 1 | -0/+1 |
2012-10-15 | Bluetooth: Add chan->ops->defer() | Gustavo Padovan | 1 | -0/+5 |
2012-10-11 | Bluetooth: AMP: Hanlde AMP_LINK case in conn_put | Andrei Emeltchenko | 1 | -3/+14 |
2012-10-11 | Bluetooth: AMP: Handle AMP_LINK connection | Andrei Emeltchenko | 1 | -0/+13 |
2012-10-11 | Bluetooth: AMP: Add handle to hci_chan structure | Andrei Emeltchenko | 1 | -1/+2 |
2012-10-11 | Bluetooth: AMP: Handle AMP_LINK timeout | Andrei Emeltchenko | 1 | -0/+2 |
2012-10-09 | ipv4: Add FLOWI_FLAG_KNOWN_NH | Julian Anastasov | 1 | -0/+1 |
2012-10-09 | ipv4: introduce rt_uses_gateway | Julian Anastasov | 1 | -1/+2 |
2012-10-08 | Bluetooth: L2CAP: Fix using default Flush Timeout for EFS | Andrei Emeltchenko | 1 | -1/+2 |
2012-10-08 | Bluetooth: Adjust L2CAP Max PDU size for AMP packets | Andrei Emeltchenko | 1 | -1/+1 |
2012-10-08 | Bluetooth: AMP: Factor out phylink_add | Andrei Emeltchenko | 1 | -1/+1 |
2012-10-08 | Bluetooth: AMP: Factor out amp_ctrl_add | Andrei Emeltchenko | 1 | -1/+1 |
2012-10-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2 | -1/+2 |
2012-10-05 | sections: fix section conflicts in net | Andi Kleen | 1 | -0/+2 |
2012-10-04 | sctp: check src addr when processing SACK to update transport state | Nicolas Dichtel | 1 | -1/+1 |
2012-10-04 | ipv4: add a fib_type to fib_info | Eric Dumazet | 1 | -0/+1 |
2012-10-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 59 | -591/+1307 |
2012-10-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 8 | -19/+35 |
2012-10-02 | Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 3 | -40/+25 |
2012-10-02 | ipv4: gre: add GRO capability | Eric Dumazet | 1 | -0/+3 |
2012-10-02 | net: add gro_cells infrastructure | Eric Dumazet | 1 | -0/+103 |
2012-10-01 | Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty | Linus Torvalds | 1 | -16/+1 |
2012-10-01 | Bluetooth: remove unused member of hci_dev. | Rami Rosen | 1 | -2/+0 |
2012-09-30 | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | David S. Miller | 12 | -133/+188 |
2012-09-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 4 | -5/+13 |
2012-09-28 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 12 | -133/+188 |
2012-09-28 | net: remove sk_init() helper | Eric Dumazet | 1 | -2/+0 |
2012-09-28 | tunnel: drop packet if ECN present with not-ECT | stephen hemminger | 1 | -0/+76 |
2012-09-28 | bluetooth: Remove unneeded batostr function | Andrei Emeltchenko | 1 | -1/+0 |
2012-09-28 | Bluetooth: AMP: Handle Accept phylink command status evt | Andrei Emeltchenko | 1 | -0/+1 |
2012-09-28 | Bluetooth: AMP: Accept Physical Link | Andrei Emeltchenko | 1 | -0/+2 |
2012-09-28 | Bluetooth: AMP: Process Chan Selected event | Andrei Emeltchenko | 3 | -0/+7 |
2012-09-28 | Bluetooth: A2MP: Add fallback to normal l2cap init sequence | Andrei Emeltchenko | 1 | -0/+1 |
2012-09-28 | Bluetooth: AMP: Write remote AMP Assoc | Andrei Emeltchenko | 2 | -0/+4 |
2012-09-28 | Bluetooth: AMP: Create Physical Link | Andrei Emeltchenko | 1 | -0/+2 |
2012-09-28 | Bluetooth: AMP: Add AMP key calculation | Andrei Emeltchenko | 1 | -0/+2 |
2012-09-28 | Bluetooth: Choose connection based on capabilities | Andrei Emeltchenko | 2 | -0/+3 |
2012-09-28 | Bluetooth: AMP: Remote AMP ctrl definitions | Andrei Emeltchenko | 2 | -0/+18 |
2012-09-28 | Bluetooth: AMP: Physical link struct and helpers | Andrei Emeltchenko | 3 | -0/+5 |
2012-09-28 | Bluetooth: AMP: Use HCI cmd to Read Loc AMP Assoc | Andrei Emeltchenko | 4 | -0/+33 |
2012-09-28 | Bluetooth: AMP: Use HCI cmd to Read AMP Info | Andrei Emeltchenko | 1 | -0/+2 |
2012-09-28 | Bluetooth: A2MP: Create amp_mgr global list | Andrei Emeltchenko | 1 | -0/+10 |