Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | bridge: notify mdb changes via netlink | Cong Wang | 2012-12-12 | 3 | -0/+84 | |
| * | | | | | | | | | | | ndisc: Unexport ndisc_{build,send}_skb(). | YOSHIFUJI Hideaki | 2012-12-12 | 1 | -16/+11 | |
| * | | | | | | | | | | | pkt_sched: avoid requeues if possible | Eric Dumazet | 2012-12-12 | 4 | -6/+15 | |
| * | | | | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2012-12-11 | 13 | -16/+62 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ | Merge branch 'for-john' of git://git.sipsolutions.net/mac80211-next | John W. Linville | 2012-12-11 | 13 | -16/+62 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | minstrel: update stats after processing status | Johannes Berg | 2012-12-10 | 1 | -4/+5 | |
| | | * | | | | | | | | | | | mac80211: a few whitespace fixes | Johannes Berg | 2012-12-10 | 2 | -3/+3 | |
| | | * | | | | | | | | | | | wext: explicitly cast -110 to u8 | Johannes Berg | 2012-12-07 | 1 | -1/+1 | |
| | | * | | | | | | | | | | | mac80211: warn only once if ampdu_action isn't assigned | Chaitanya | 2012-12-07 | 1 | -1/+1 | |
| | | * | | | | | | | | | | | mac80211: cancel work instead of waiting for it to do nothing | Johannes Berg | 2012-12-06 | 1 | -1/+1 | |
| | | * | | | | | | | | | | | mac80211: don't drop mesh peering frames from unknown STA | Marco Porsch | 2012-12-06 | 1 | -1/+2 | |
| | | * | | | | | | | | | | | mac80211: skip radiotap space calculation if no monitor exists | Helmut Schaa | 2012-12-05 | 1 | -3/+3 | |
| | | * | | | | | | | | | | | mac80211: introduce IEEE80211_HW_TEARDOWN_AGGR_ON_BAR_FAIL | Stanislaw Gruszka | 2012-12-05 | 1 | -1/+5 | |
| | | * | | | | | | | | | | | mac80211: add debug file for mic failure | Saravana | 2012-12-05 | 3 | -1/+24 | |
| | | * | | | | | | | | | | | cfg80211: check no-OFDM flag for channels wider than 20 MHz | Johannes Berg | 2012-12-04 | 1 | -0/+3 | |
| | | * | | | | | | | | | | | mac80211: adapt slot time in IBSS mode | Simon Wunderlich | 2012-12-04 | 1 | -0/+14 | |
| * | | | | | | | | | | | | | net: gro: avoid double copy in skb_gro_receive() | Eric Dumazet | 2012-12-11 | 1 | -1/+0 | |
| * | | | | | | | | | | | | | bridge: fix seq check in br_mdb_dump() | Cong Wang | 2012-12-11 | 3 | -4/+5 | |
| * | | | | | | | | | | | | | net: remove obsolete simple_strto<foo> | Abhijit Pawar | 2012-12-11 | 3 | -3/+0 | |
| * | | | | | | | | | | | | | net: gro: dev_gro_receive() cleanup | Eric Dumazet | 2012-12-11 | 1 | -26/+26 | |
| * | | | | | | | | | | | | | net: Allow DCBnl to use other namespaces besides init_net | John Fastabend | 2012-12-10 | 1 | -5/+2 | |
| * | | | | | | | | | | | | | net: remove obsolete simple_strto<foo> | Abhijit Pawar | 2012-12-10 | 4 | -4/+18 | |
| * | | | | | | | | | | | | | bridge: make buffer larger in br_setlink() | Dan Carpenter | 2012-12-10 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | caif_usb: Make the driver name check more efficient | Ben Hutchings | 2012-12-09 | 1 | -10/+3 | |
| * | | | | | | | | | | | | | caif_usb: Check driver name before reading driver state in netdev notifier | Ben Hutchings | 2012-12-09 | 1 | -2/+5 | |
| * | | | | | | | | | | | | | net: Handle encapsulated offloads before fragmentation or handing to lower dev | Alexander Duyck | 2012-12-09 | 2 | -2/+17 | |
| * | | | | | | | | | | | | | net: Add support for hardware-offloaded encapsulation | Joseph Gasparakis | 2012-12-09 | 1 | -0/+9 | |
| * | | | | | | | | | | | | | Merge branch 'tipc_net-next_v2' of git://git.kernel.org/pub/scm/linux/kernel/... | David S. Miller | 2012-12-09 | 5 | -212/+225 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | tipc: refactor accept() code for improved readability | Paul Gortmaker | 2012-12-07 | 1 | -41/+48 | |
| | * | | | | | | | | | | | | | tipc: add lock nesting notation to quiet lockdep warning | Ying Xue | 2012-12-07 | 1 | -1/+2 | |
| | * | | | | | | | | | | | | | tipc: eliminate connection setup for implied connect in recv_msg() | Ying Xue | 2012-12-07 | 1 | -7/+0 | |
| | * | | | | | | | | | | | | | tipc: introduce non-blocking socket connect | Ying Xue | 2012-12-07 | 1 | -65/+93 | |
| | * | | | | | | | | | | | | | tipc: consolidate connection-oriented message reception in one function | Ying Xue | 2012-12-07 | 1 | -24/+51 | |
| | * | | | | | | | | | | | | | tipc: standardize across connect/disconnect function naming | Paul Gortmaker | 2012-12-07 | 4 | -15/+31 | |
| | * | | | | | | | | | | | | | tipc: change sk_receive_queue upper limit | Jon Maloy | 2012-12-07 | 1 | -2/+2 | |
| | * | | | | | | | | | | | | | tipc: eliminate aggregate sk_receive_queue limit | Ying Xue | 2012-12-07 | 1 | -19/+4 | |
| | * | | | | | | | | | | | | | tipc: remove obsolete flush of stale reassembly buffer | Erik Hugne | 2012-12-06 | 1 | -44/+0 | |
| * | | | | | | | | | | | | | | bridge: export multicast database via netlink | Cong Wang | 2012-12-07 | 4 | -1/+166 | |
| * | | | | | | | | | | | | | | sctp: Add RCU protection to assoc->transport_addr_list | Thomas Graf | 2012-12-07 | 3 | -10/+28 | |
| * | | | | | | | | | | | | | | sctp: proc: protect bind_addr->address_list accesses with rcu_read_lock() | Thomas Graf | 2012-12-07 | 1 | -1/+6 | |
| * | | | | | | | | | | | | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | David S. Miller | 2012-12-07 | 35 | -598/+1173 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2012-12-07 | 35 | -598/+1173 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / / / | | | |/| | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | rfkill: remove __dev* attributes | Bill Pemberton | 2012-12-06 | 2 | -4/+4 | |
| | | * | | | | | | | | | | | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber... | John W. Linville | 2012-12-06 | 25 | -517/+978 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |/ / / / / / / / / / / | | | | |/| | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | | | cfg80211: fix channel error on mesh join | Marco Porsch | 2012-12-03 | 1 | -1/+2 | |
| | | | * | | | | | | | | | | | | mac80211: return if CSA is not handle | Simon Wunderlich | 2012-12-03 | 1 | -0/+1 | |
| | | | * | | | | | | | | | | | | mac80211: simplify loop in minstrel_ht | Johannes Berg | 2012-11-30 | 1 | -5/+3 | |
| | | | * | | | | | | | | | | | | cfg80211: fix BSS struct IE access races | Johannes Berg | 2012-11-30 | 9 | -260/+292 | |
| | | | * | | | | | | | | | | | | mac80211: remove probe response temporary buffer allocation | Johannes Berg | 2012-11-30 | 2 | -24/+11 | |
| | | | * | | | | | | | | | | | | mac80211: make ieee80211_build_preq_ies safer | Johannes Berg | 2012-11-30 | 3 | -17/+41 |