aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-4/+1
2012-09-25NFC: Fix typo negociating -> negotiatingWaldemar Rymarkiewicz1-5/+5
2012-09-25NFC: Don't handle consequent RSET frames after UAWaldemar Rymarkiewicz1-7/+31
2012-09-25NFC: Handle RSET in SHDLC_CONNECTING stateWaldemar Rymarkiewicz1-1/+2
2012-09-25NFC: Add HCI module descriptionEric Lapuyade1-0/+1
2012-09-25NFC: Fix LLC registration definitions for ANSI complianceEric Lapuyade2-2/+2
2012-09-25NFC: Remove unneeded LLC symbols exportSamuel Ortiz3-17/+1
2012-09-25NFC: Changed HCI and PN544 HCI driver to use the new HCI LLC CoreEric Lapuyade4-1009/+123
2012-09-25NFC: Add an shdlc llc module to llc coreEric Lapuyade4-2/+851
2012-09-25NFC: Add a nop (passthrough) llc module to llc coreEric Lapuyade4-2/+105
2012-09-25NFC: Add an LLC Core layer to HCIEric Lapuyade4-1/+241
2012-09-25NFC: Modified hci_transceive to become an asynchronous operationEric Lapuyade2-20/+42
2012-09-25NFC: Add a public nfc_hci_send_cmd_async methodEric Lapuyade1-1/+33
2012-09-25NFC: Changed the HCI cmd execution callback prototypeEric Lapuyade4-24/+21
2012-09-25NFC: Correct outgoing frame before requeueingWaldemar Rymarkiewicz1-2/+1
2012-09-25NFC: Remove crc generation from shdlc layerWaldemar Rymarkiewicz1-25/+2
2012-09-25NFC: Fix possible LLCP memory leakWei Yongjun1-5/+9
2012-09-25NFC: Remove pointless conditional before HCI kfree_skb()Wei Yongjun2-4/+2
2012-09-25NFC: Use system_nrt_wq instead of custom onesTejun Heo6-118/+26
2012-09-25NFC: Remove repeated code for NULL checkSyam Sidhardhan1-3/+0
2012-09-25NFC: Implement NCI dep_link_up and dep_link_downIlan Elias2-1/+55
2012-09-25NFC: Parse NCI NFC-DEP activation paramsIlan Elias1-0/+32
2012-09-25NFC: Set local general bytes in nci_start_pollIlan Elias2-0/+69
2012-09-24net: guard tcp_set_keepalive() to tcp socketsEric Dumazet1-1/+2
2012-09-24filter: add XOR instruction for use with X/KDaniel Borkmann1-3/+9
2012-09-24net: use a per task frag allocatorEric Dumazet8-185/+144
2012-09-24Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller32-617/+693
2012-09-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextJohn W. Linville6-65/+195
2012-09-24Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville16-245/+415
2012-09-24netfilter: nfnetlink_queue: add NFQA_CAP_LEN attributePablo Neira Ayuso1-2/+7
2012-09-24netfilter: nfnetlink_queue: fix maximum packet length to userspacePablo Neira Ayuso1-3/+7
2012-09-24netfilter: nf_ct_ftp: add sequence tracking pickup facility for injected entriesPablo Neira Ayuso3-2/+26
2012-09-24netfilter: xt_time: add support to ignore day transitionFlorian Westphal1-1/+23
2012-09-24rfkill: prevent unnecessary event generationVitaly Wool1-1/+7
2012-09-23batman-adv: Fix symmetry check / route flapping in multi interface setupsLinus Lüssing1-6/+7
2012-09-23batman-adv: Fix change mac address of soft iface.Def1-2/+5
2012-09-22tcp: TCP Fast Open Server - record retransmits after 3WHSNeal Cardwell1-0/+2
2012-09-22netfilter: ipset: Support to match elements marked with "nomatch"Jozsef Kadlecsik6-20/+50
2012-09-22netfilter: ipset: Coding style fixesJozsef Kadlecsik2-5/+8
2012-09-22netfilter: ipset: Include supported revisions in module descriptionJozsef Kadlecsik11-39/+72
2012-09-22netfilter: ipset: Add /0 network support to hash:net,iface typeJozsef Kadlecsik1-23/+21
2012-09-22tcp: TCP Fast Open Server - call tcp_validate_incoming() for all packetsNeal Cardwell1-1/+2
2012-09-22tcp: TCP Fast Open Server - note timestamps and retransmits for SYNACK RTTNeal Cardwell1-4/+6
2012-09-22tcp: TCP Fast Open Server - take SYNACK RTT after completing 3WHSNeal Cardwell3-4/+11
2012-09-22tcp: extract code to compute SYNACK RTTNeal Cardwell2-6/+2
2012-09-22ipv4: raw: fix icmp_filter()Eric Dumazet1-6/+8
2012-09-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville4-4/+28
2012-09-21libceph: only kunmap kmapped pagesAlex Elder1-4/+1
2012-09-21netfilter: ipset: Check and reject crazy /0 input parametersJozsef Kadlecsik6-10/+13
2012-09-21netfilter: ipset: Fix sparse warnings "incorrect type in assignment"Jozsef Kadlecsik7-33/+39