summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2012-09-27gre: remove unnecessary rcu_read_lock/unlockstephen hemminger
2012-09-27gre: fix handling of key 0stephen hemminger
2012-09-27l2tp: fix return value checkWei Yongjun
2012-09-27Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller
2012-09-27NFC: Fix sleeping in atomic when releasing socketSzymon Janc
2012-09-27NFC: Fix sleeping in invalid context when netlink socket is closedSzymon Janc
2012-09-27NFC: Add dummy nfc_llc_shdlc_register definitionJohn W. Linville
2012-09-27NFC: LLCP raw socket supportThierry Escande
2012-09-27NFC: Use dynamic initialization for rwlocksSzymon Janc
2012-09-26make get_file() return its argumentAl Viro
2012-09-26new helper: iterate_fd()Al Viro
2012-09-26unexport sock_map_fd(), switch to sock_alloc_file()Al Viro
2012-09-26take descriptor handling from sock_alloc_file() to callersAl Viro
2012-09-26netfilter: xt_limit: have r->cost != 0 case workJan Engelhardt
2012-09-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2012-09-25ipv6: mip6: fix mip6_mh_filter()Eric Dumazet
2012-09-25Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2012-09-25Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller
2012-09-25ipconfig: fix trivial build errorAndy Shevchenko
2012-09-25ipv6: raw: fix icmpv6_filter()Eric Dumazet
2012-09-25cfg80211: Fix regulatory check for 60GHz band frequenciesVladimir Kondratiev
2012-09-25net: raw: revert unrelated changeEric Dumazet
2012-09-24Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2012-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2012-09-25NFC: Fix typo negociating -> negotiatingWaldemar Rymarkiewicz
2012-09-25NFC: Don't handle consequent RSET frames after UAWaldemar Rymarkiewicz
2012-09-25NFC: Handle RSET in SHDLC_CONNECTING stateWaldemar Rymarkiewicz
2012-09-25NFC: Add HCI module descriptionEric Lapuyade
2012-09-25NFC: Fix LLC registration definitions for ANSI complianceEric Lapuyade
2012-09-25NFC: Remove unneeded LLC symbols exportSamuel Ortiz
2012-09-25NFC: Changed HCI and PN544 HCI driver to use the new HCI LLC CoreEric Lapuyade
2012-09-25NFC: Add an shdlc llc module to llc coreEric Lapuyade
2012-09-25NFC: Add a nop (passthrough) llc module to llc coreEric Lapuyade
2012-09-25NFC: Add an LLC Core layer to HCIEric Lapuyade
2012-09-25NFC: Modified hci_transceive to become an asynchronous operationEric Lapuyade
2012-09-25NFC: Add a public nfc_hci_send_cmd_async methodEric Lapuyade
2012-09-25NFC: Changed the HCI cmd execution callback prototypeEric Lapuyade
2012-09-25NFC: Correct outgoing frame before requeueingWaldemar Rymarkiewicz
2012-09-25NFC: Remove crc generation from shdlc layerWaldemar Rymarkiewicz
2012-09-25NFC: Fix possible LLCP memory leakWei Yongjun
2012-09-25NFC: Remove pointless conditional before HCI kfree_skb()Wei Yongjun
2012-09-25NFC: Use system_nrt_wq instead of custom onesTejun Heo
2012-09-25NFC: Remove repeated code for NULL checkSyam Sidhardhan
2012-09-25NFC: Implement NCI dep_link_up and dep_link_downIlan Elias
2012-09-25NFC: Parse NCI NFC-DEP activation paramsIlan Elias
2012-09-25NFC: Set local general bytes in nci_start_pollIlan Elias
2012-09-24net: guard tcp_set_keepalive() to tcp socketsEric Dumazet
2012-09-24filter: add XOR instruction for use with X/KDaniel Borkmann
2012-09-24net: use a per task frag allocatorEric Dumazet
2012-09-24Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller