| Commit message (Expand) | Author | Age | Files | Lines |
* | workqueue: avoid using deprecated functions | Linus Torvalds | 2012-10-03 | 5 | -18/+18 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2012-10-02 | 348 | -7791/+14603 |
|\ |
|
| * | igmp: export symbol ip_mc_leave_group | stephen hemminger | 2012-10-02 | 1 | -0/+1 |
| * | netlink: add attributes to fdb interface | stephen hemminger | 2012-10-02 | 3 | -4/+7 |
| * | gre: fix sparse warning | stephen hemminger | 2012-10-01 | 1 | -2/+2 |
| * | net/key/af_key.c: add range checks on ->sadb_x_policy_len | Dan Carpenter | 2012-10-01 | 1 | -0/+3 |
| * | ipv4: gre: add GRO capability | Eric Dumazet | 2012-10-01 | 1 | -2/+11 |
| * | net: add gro_cells infrastructure | Eric Dumazet | 2012-10-01 | 1 | -0/+2 |
| * | tcp: gro: add checksuming helpers | Eric Dumazet | 2012-10-01 | 2 | -6/+33 |
| * | ipv6: del unreachable route when an addr is deleted on lo | Nicolas Dichtel | 2012-10-01 | 1 | -2/+8 |
| * | use skb_end_offset() in skb_try_coalesce() | Weiping Pan | 2012-10-01 | 1 | -2/+1 |
| * | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | David S. Miller | 2012-09-30 | 47 | -919/+1849 |
| |\ |
|
| | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2012-09-28 | 47 | -919/+1849 |
| | |\ |
|
| | | * | NFC: Fix sleeping in atomic when releasing socket | Szymon Janc | 2012-09-27 | 1 | -5/+5 |
| | | * | NFC: Fix sleeping in invalid context when netlink socket is closed | Szymon Janc | 2012-09-27 | 1 | -7/+39 |
| | | * | NFC: Add dummy nfc_llc_shdlc_register definition | John W. Linville | 2012-09-27 | 1 | -0/+8 |
| | | * | NFC: LLCP raw socket support | Thierry Escande | 2012-09-27 | 4 | -4/+137 |
| | | * | NFC: Use dynamic initialization for rwlocks | Szymon Janc | 2012-09-27 | 1 | -2/+2 |
| | | * | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber... | John W. Linville | 2012-09-25 | 11 | -30/+82 |
| | | |\ |
|
| | | | * | cfg80211: Fix regulatory check for 60GHz band frequencies | Vladimir Kondratiev | 2012-09-25 | 1 | -5/+14 |
| | | | * | rfkill: prevent unnecessary event generation | Vitaly Wool | 2012-09-24 | 1 | -1/+7 |
| | | | * | mac80211: don't send delBA on addBA failure | Johannes Berg | 2012-09-21 | 1 | -1/+1 |
| | | | * | mac80211: don't send delBA when removing stations | Johannes Berg | 2012-09-21 | 1 | -1/+1 |
| | | | * | mac80211: don't send delBA before disassoc | Johannes Berg | 2012-09-21 | 1 | -1/+1 |
| | | | * | mac80211: fix IBSS auth TX debug message | Sylvain Roger Rieunier | 2012-09-20 | 1 | -1/+1 |
| | | | * | cfg80211: constify name parameter to add_virtual_intf | Johannes Berg | 2012-09-19 | 1 | -1/+2 |
| | | | * | mac80211: make reset debugfs depend on CONFIG_PM | Johannes Berg | 2012-09-19 | 1 | -0/+4 |
| | | | * | cfg80211/nl80211: Notify connection request failure in AP mode | Pandiyarajan Pitchaimuthu | 2012-09-18 | 3 | -0/+50 |
| | | | * | wireless: remove unreachable code | Alan Cox | 2012-09-18 | 1 | -19/+1 |
| | | * | | NFC: Fix typo negociating -> negotiating | Waldemar Rymarkiewicz | 2012-09-25 | 1 | -5/+5 |
| | | * | | NFC: Don't handle consequent RSET frames after UA | Waldemar Rymarkiewicz | 2012-09-25 | 1 | -7/+31 |
| | | * | | NFC: Handle RSET in SHDLC_CONNECTING state | Waldemar Rymarkiewicz | 2012-09-25 | 1 | -1/+2 |
| | | * | | NFC: Add HCI module description | Eric Lapuyade | 2012-09-25 | 1 | -0/+1 |
| | | * | | NFC: Fix LLC registration definitions for ANSI compliance | Eric Lapuyade | 2012-09-25 | 2 | -2/+2 |
| | | * | | NFC: Remove unneeded LLC symbols export | Samuel Ortiz | 2012-09-25 | 3 | -17/+1 |
| | | * | | NFC: Changed HCI and PN544 HCI driver to use the new HCI LLC Core | Eric Lapuyade | 2012-09-25 | 4 | -1009/+123 |
| | | * | | NFC: Add an shdlc llc module to llc core | Eric Lapuyade | 2012-09-25 | 4 | -2/+851 |
| | | * | | NFC: Add a nop (passthrough) llc module to llc core | Eric Lapuyade | 2012-09-25 | 4 | -2/+105 |
| | | * | | NFC: Add an LLC Core layer to HCI | Eric Lapuyade | 2012-09-25 | 4 | -1/+241 |
| | | * | | NFC: Modified hci_transceive to become an asynchronous operation | Eric Lapuyade | 2012-09-25 | 2 | -20/+42 |
| | | * | | NFC: Add a public nfc_hci_send_cmd_async method | Eric Lapuyade | 2012-09-25 | 1 | -1/+33 |
| | | * | | NFC: Changed the HCI cmd execution callback prototype | Eric Lapuyade | 2012-09-25 | 4 | -24/+21 |
| | | * | | NFC: Correct outgoing frame before requeueing | Waldemar Rymarkiewicz | 2012-09-25 | 1 | -2/+1 |
| | | * | | NFC: Remove crc generation from shdlc layer | Waldemar Rymarkiewicz | 2012-09-25 | 1 | -25/+2 |
| | | * | | NFC: Fix possible LLCP memory leak | Wei Yongjun | 2012-09-25 | 1 | -5/+9 |
| | | * | | NFC: Remove pointless conditional before HCI kfree_skb() | Wei Yongjun | 2012-09-25 | 2 | -4/+2 |
| | | * | | NFC: Use system_nrt_wq instead of custom ones | Tejun Heo | 2012-09-25 | 6 | -118/+26 |
| | | * | | NFC: Remove repeated code for NULL check | Syam Sidhardhan | 2012-09-25 | 1 | -3/+0 |
| | | * | | NFC: Implement NCI dep_link_up and dep_link_down | Ilan Elias | 2012-09-25 | 2 | -1/+55 |
| | | * | | NFC: Parse NCI NFC-DEP activation params | Ilan Elias | 2012-09-25 | 1 | -0/+32 |