summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
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
2012-09-18ipv4/route: arg delay is useless in rt_cache_flush()Nicolas Dichtel-1/+1
2012-09-18cfg80211/nl80211: Notify connection request failure in AP modePandiyarajan Pitchaimuthu-0/+19
2012-09-18cfg80211: remove obsolete comment for .sched_scan_stop() callbackArend van Spriel-3/+1
2012-09-17userns: Convert the audit loginuid to be a kuidEric W. Biederman-12/+13
2012-09-17include/net/sock.h: squelch compiler warning in sk_rmem_schedule()Chuck Lever-1/+1
2012-09-17llc: Remove stray reference to sysctl_llc_station_ack_timeout.David S. Miller-1/+0
2012-09-17Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller-0/+1
2012-09-16Merge 3.6-rc6 into tty-nextGreg Kroah-Hartman-1/+5
2012-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+4
2012-09-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-1/+2
2012-09-14cgroup: Assign subsystem IDs during compile timeDaniel Wagner-21/+9
2012-09-14cgroup: net_prio: Do not define task_netpioidx() when not selectedDaniel Wagner-7/+5
2012-09-14cgroup: net_cls: Do not define task_cls_classid() when not selectedDaniel Wagner-5/+6
2012-09-14cgroup: net_cls: Move sock_update_classid() declaration to cls_cgroup.hDaniel Wagner-8/+6
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman-51/+51
2012-09-10mac80211: add key flag for management keysJohannes Berg-2/+10
2012-09-08Bluetooth: debug: Print refcnt for hci_devAndrei Emeltchenko-0/+6
2012-09-08Bluetooth: trivial: Make hci_chan_del return voidAndrei Emeltchenko-1/+1
2012-09-08Bluetooth: Remove unneeded zero initAndrei Emeltchenko-9/+0
2012-09-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-6/+44
2012-09-07Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville-0/+1
2012-09-07ipv4/route: arg delay is useless in rt_cache_flush()Nicolas Dichtel-1/+1
2012-09-07scm: Don't use struct ucred in NETLINK_CB and struct scm_cookie.Eric W. Biederman-4/+19
2012-09-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-1/+1
2012-09-06Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg-38/+50
2012-09-06Merge remote-tracking branch 'mac80211/master' into mac80211-nextJohannes Berg-0/+2
2012-09-05ipv6: fix handling of blackhole and prohibit routesNicolas Dichtel-0/+1
2012-09-05cfg80211: add kerneldoc entry for "vht_cap"Robert P. J. Day-0/+1
2012-09-04xfrm: Workaround incompatibility of ESN and async cryptoSteffen Klassert-0/+3
2012-09-03Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller-95/+171
2012-09-03tcp: use PRR to reduce cwin in CWR stateYuchung Cheng-2/+8
2012-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso-55/+234
2012-09-03netfilter: nf_conntrack: add nf_ct_timeout_lookupPablo Neira Ayuso-0/+20
2012-08-31tcp: TCP Fast Open Server - support TFO listenersJerry Chu-15/+4
2012-08-31tcp: TCP Fast Open Server - header & support functionsJerry Chu-7/+75
2012-08-31tcp: Increase timeout for SYN segmentsAlex Bergmann-4/+14