summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2012-10-08Bluetooth: AMP: Factor out amp_ctrl_addAndrei Emeltchenko-1/+1
2012-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-1/+2
2012-10-06sections: fix section conflicts in netAndi Kleen-0/+2
2012-10-04sctp: check src addr when processing SACK to update transport stateNicolas Dichtel-1/+1
2012-10-04ipv4: add a fib_type to fib_infoEric Dumazet-0/+1
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-591/+1307
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-19/+35
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds-40/+25
2012-10-01ipv4: gre: add GRO capabilityEric Dumazet-0/+3
2012-10-01net: add gro_cells infrastructureEric Dumazet-0/+103
2012-10-01Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds-16/+1
2012-10-01Bluetooth: remove unused member of hci_dev.Rami Rosen-2/+0
2012-09-30Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller-133/+188
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-5/+13
2012-09-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-133/+188
2012-09-28ipvs: API change to avoid rescan of IPv6 exthdrJesper Dangaard Brouer-40/+41
2012-09-28ipvs: Complete IPv6 fragment handling for IPVSJesper Dangaard Brouer-1/+38
2012-09-28ipvs: Fix faulty IPv6 extension header handling in IPVSJesper Dangaard Brouer-10/+62
2012-09-28ipvs: Use config macro IS_ENABLED()Jesper Dangaard Brouer-1/+1
2012-09-28ipvs: Trivial changes, use compressed IPv6 address in outputJesper Dangaard Brouer-1/+1
2012-09-27net: remove sk_init() helperEric Dumazet-2/+0
2012-09-27tunnel: drop packet if ECN present with not-ECTstephen hemminger-0/+76
2012-09-27bluetooth: Remove unneeded batostr functionAndrei Emeltchenko-1/+0
2012-09-27Bluetooth: AMP: Handle Accept phylink command status evtAndrei Emeltchenko-0/+1
2012-09-27Bluetooth: AMP: Accept Physical LinkAndrei Emeltchenko-0/+2
2012-09-27Bluetooth: AMP: Process Chan Selected eventAndrei Emeltchenko-0/+7
2012-09-27Bluetooth: A2MP: Add fallback to normal l2cap init sequenceAndrei Emeltchenko-0/+1
2012-09-27Bluetooth: AMP: Write remote AMP AssocAndrei Emeltchenko-0/+4
2012-09-27Bluetooth: AMP: Create Physical LinkAndrei Emeltchenko-0/+2
2012-09-27Bluetooth: AMP: Add AMP key calculationAndrei Emeltchenko-0/+2
2012-09-27Bluetooth: Choose connection based on capabilitiesAndrei Emeltchenko-0/+3
2012-09-27Bluetooth: AMP: Remote AMP ctrl definitionsAndrei Emeltchenko-0/+18
2012-09-27Bluetooth: AMP: Physical link struct and helpersAndrei Emeltchenko-0/+5
2012-09-27Bluetooth: AMP: Use HCI cmd to Read Loc AMP AssocAndrei Emeltchenko-0/+33
2012-09-27Bluetooth: AMP: Use HCI cmd to Read AMP InfoAndrei Emeltchenko-0/+2
2012-09-27Bluetooth: A2MP: Create amp_mgr global listAndrei Emeltchenko-0/+10
2012-09-27Bluetooth: Add HCI logical link cmds definitionsAndrei Emeltchenko-1/+35
2012-09-25Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville-4/+21
2012-09-25NFC: xmit from hci ops must return 0 or negativeWaldemar Rymarkiewicz-0/+5
2012-09-25NFC: Changed HCI and PN544 HCI driver to use the new HCI LLC CoreEric Lapuyade-106/+3
2012-09-25NFC: Add an shdlc llc module to llc coreEric Lapuyade-0/+1
2012-09-25NFC: Add a nop (passthrough) llc module to llc coreEric Lapuyade-0/+2
2012-09-25NFC: Add an LLC Core layer to HCIEric Lapuyade-0/+51
2012-09-25NFC: Modified hci_transceive to become an asynchronous operationEric Lapuyade-4/+8
2012-09-25NFC: Add a public nfc_hci_send_cmd_async methodEric Lapuyade-0/+3
2012-09-25NFC: Use system_nrt_wq instead of custom onesTejun Heo-4/+0
2012-09-25NFC: Implement NCI dep_link_up and dep_link_downIlan Elias-0/+5
2012-09-25NFC: Parse NCI NFC-DEP activation paramsIlan Elias-0/+6
2012-09-25NFC: Set local general bytes in nci_start_pollIlan Elias-0/+24
2012-09-24net: use a per task frag allocatorEric Dumazet-15/+16