aboutsummaryrefslogtreecommitdiffstats
path: root/include/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-1/+2
2012-10-06sections: fix section conflicts in netAndi Kleen1-0/+2
2012-10-04sctp: check src addr when processing SACK to update transport stateNicolas Dichtel1-1/+1
2012-10-04ipv4: add a fib_type to fib_infoEric Dumazet1-0/+1
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds59-591/+1307
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds8-19/+35
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds3-40/+25
2012-10-01ipv4: gre: add GRO capabilityEric Dumazet1-0/+3
2012-10-01net: add gro_cells infrastructureEric Dumazet1-0/+103
2012-10-01Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-16/+1
2012-09-30Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller12-133/+188
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-5/+13
2012-09-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville12-133/+188
2012-09-27net: remove sk_init() helperEric Dumazet1-2/+0
2012-09-27tunnel: drop packet if ECN present with not-ECTstephen hemminger1-0/+76
2012-09-25Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-4/+21
2012-09-25NFC: xmit from hci ops must return 0 or negativeWaldemar Rymarkiewicz1-0/+5
2012-09-25NFC: Changed HCI and PN544 HCI driver to use the new HCI LLC CoreEric Lapuyade2-106/+3
2012-09-25NFC: Add an shdlc llc module to llc coreEric Lapuyade1-0/+1
2012-09-25NFC: Add a nop (passthrough) llc module to llc coreEric Lapuyade1-0/+2
2012-09-25NFC: Add an LLC Core layer to HCIEric Lapuyade1-0/+51
2012-09-25NFC: Modified hci_transceive to become an asynchronous operationEric Lapuyade2-4/+8
2012-09-25NFC: Add a public nfc_hci_send_cmd_async methodEric Lapuyade1-0/+3
2012-09-25NFC: Use system_nrt_wq instead of custom onesTejun Heo3-4/+0
2012-09-25NFC: Implement NCI dep_link_up and dep_link_downIlan Elias2-0/+5
2012-09-25NFC: Parse NCI NFC-DEP activation paramsIlan Elias1-0/+6
2012-09-25NFC: Set local general bytes in nci_start_pollIlan Elias2-0/+24
2012-09-24net: use a per task frag allocatorEric Dumazet2-15/+16
2012-09-24net: Remove unnecessary NULL check in scm_destroy().David S. Miller1-1/+1
2012-09-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextJohn W. Linville4-15/+51
2012-09-24Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-2/+10
2012-09-22tcp: TCP Fast Open Server - take SYNACK RTT after completing 3WHSNeal Cardwell1-0/+1
2012-09-22tcp: extract code to compute SYNACK RTTNeal Cardwell1-0/+9
2012-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-5/+13
2012-09-19ipv6: unify fragment thresh handling codeAmerigo Wang1-1/+1
2012-09-19ipv6: make ip6_frag_nqueues() and ip6_frag_mem() static inlineAmerigo Wang1-2/+11
2012-09-19ipv6: unify conntrack reassembly expire code with standard oneAmerigo Wang1-0/+19
2012-09-19ipv6: add a new namespace for nf_conntrack_reasmAmerigo Wang2-0/+11
2012-09-19cfg80211: constify name parameter to add_virtual_intfJohannes Berg1-1/+1
2012-09-18Bluetooth: mgmt: Implement support for passkey notificationJohan Hedberg3-0/+30
2012-09-18ipv6: use net->rt_genid to check dst validityNicolas Dichtel1-3/+2
2012-09-18netns: move net->ipv4.rt_genid to net->rt_genidNicolas Dichtel2-1/+10
2012-09-18ipv4/route: arg delay is useless in rt_cache_flush()Nicolas Dichtel1-1/+1
2012-09-18cfg80211/nl80211: Notify connection request failure in AP modePandiyarajan Pitchaimuthu1-0/+19
2012-09-18cfg80211: remove obsolete comment for .sched_scan_stop() callbackArend van Spriel1-3/+1
2012-09-17userns: Convert the audit loginuid to be a kuidEric W. Biederman2-12/+13
2012-09-17include/net/sock.h: squelch compiler warning in sk_rmem_schedule()Chuck Lever1-1/+1
2012-09-17llc: Remove stray reference to sysctl_llc_station_ack_timeout.David S. Miller1-1/+0
2012-09-17Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller1-0/+1
2012-09-16Merge 3.6-rc6 into tty-nextGreg Kroah-Hartman3-1/+5