summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2012-12-07tcp: bug fix Fast Open client retransmissionYuchung Cheng-0/+1
2012-11-13xfrm: Fix the gc threshold value for ipv4Steffen Klassert-1/+1
2012-10-29Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville-0/+9
2012-10-26mac80211: verify that skb data is presentJohannes Berg-0/+9
2012-10-17Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville-0/+1
2012-10-15cfg80211/mac80211: avoid state mishmash on deauthStanislaw Gruszka-0/+1
2012-10-08ipv4: Add FLOWI_FLAG_KNOWN_NHJulian Anastasov-0/+1
2012-10-08ipv4: introduce rt_uses_gatewayJulian Anastasov-1/+2
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-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-27net: remove sk_init() helperEric Dumazet-2/+0
2012-09-27tunnel: drop packet if ECN present with not-ECTstephen hemminger-0/+76
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
2012-09-24net: Remove unnecessary NULL check in scm_destroy().David S. Miller-1/+1
2012-09-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville-15/+51
2012-09-24Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville-2/+10
2012-09-22tcp: TCP Fast Open Server - take SYNACK RTT after completing 3WHSNeal Cardwell-0/+1
2012-09-22tcp: extract code to compute SYNACK RTTNeal Cardwell-0/+9
2012-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-5/+13
2012-09-19ipv6: unify fragment thresh handling codeAmerigo Wang-1/+1
2012-09-19ipv6: make ip6_frag_nqueues() and ip6_frag_mem() static inlineAmerigo Wang-2/+11
2012-09-19ipv6: unify conntrack reassembly expire code with standard oneAmerigo Wang-0/+19
2012-09-19ipv6: add a new namespace for nf_conntrack_reasmAmerigo Wang-0/+11
2012-09-19cfg80211: constify name parameter to add_virtual_intfJohannes Berg-1/+1
2012-09-18Bluetooth: mgmt: Implement support for passkey notificationJohan Hedberg-0/+30
2012-09-18ipv6: use net->rt_genid to check dst validityNicolas Dichtel-3/+2
2012-09-18netns: move net->ipv4.rt_genid to net->rt_genidNicolas Dichtel-1/+10