summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-149-17/+50
|\
| * tcp: tcp_make_synack() should clear skb->tstampEric Dumazet2015-04-091-0/+2
| * udptunnels: Call handle_offloads after inserting vlan tag.Jesse Gross2015-04-091-4/+4
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2015-04-092-7/+6
| |\
| | * vti6: fix uninit when using x-netnsYao Xiwei2015-04-071-2/+1
| | * xfrm: fix xfrm_input/xfrm_tunnel_check oopsAlexey Dobriyan2015-04-071-5/+5
| * | fou: Don't use const __read_mostlyAndi Kleen2015-04-081-2/+2
| * | RDS: make sure not to loop forever inside rds_send_xmitSowmini Varadhan2015-04-083-2/+33
| * | RDS: only use passive connections when addresses matchSowmini Varadhan2015-04-081-1/+1
| * | netem: Fixes byte backlog accounting for the first of two chained netem insta...Beshay, Joseph2015-04-081-1/+2
| |/
* | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller2015-04-1410-111/+196
|\ \
| * | new helper: msg_data_left()Al Viro2015-04-114-17/+16
| * | Merge remote-tracking branch 'dh/afs' into for-davemAl Viro2015-04-114-29/+148
| |\ \
| | * | RxRPC: Handle VERSION Rx protocol packetsDavid Howells2015-04-013-1/+122
| | * | RxRPC: Use iov_iter_count() in rxrpc_send_data() instead of the len argumentDavid Howells2015-04-011-13/+11
| | * | RxRPC: Don't call skb_add_data() if there's no data to copyDavid Howells2015-04-011-19/+19
| | * | RxRPC: Fix the conversion to iov_iterDavid Howells2015-04-011-2/+2
| * | | get rid of the size argument of sock_sendmsg()Al Viro2015-04-112-14/+15
| * | | switch kernel_sendmsg() and kernel_recvmsg() to iov_iter_kvec()Al Viro2015-04-091-17/+3
| * | | net: switch importing msghdr from userland to {compat_,}import_iovec()Al Viro2015-04-092-30/+19
| * | | net: switch sendto() and recvfrom() to import_single_range()Al Viro2015-04-091-16/+8
| * | | Merge branch 'iocb' into for-davemAl Viro2015-04-092-4/+3
| |\ \ \
| | * | | fs: move struct kiocb to fs.hChristoph Hellwig2015-03-261-1/+0
| | * | | fs: don't allow to complete sync iocbs through aio_completeChristoph Hellwig2015-03-131-6/+3
| | * | | fs: remove ki_nbytesChristoph Hellwig2015-03-131-3/+3
* | | | | tcp/dccp: get rid of central timewait timerEric Dumazet2015-04-1310-288/+60
* | | | | netfilter: Fix format string of nfnetlink_log proc fileRichard Weinberger2015-04-131-1/+1
* | | | | netfilter: Fix format string of nfnetlink_queue proc fileRichard Weinberger2015-04-131-1/+1
* | | | | netfilter: Fix portid typesRichard Weinberger2015-04-132-6/+5
* | | | | nfc: Fix portid type in urelease_workRichard Weinberger2015-04-131-1/+1
* | | | | tcp: fix bogus RTT for CC when retransmissions are ackedKenneth Klette Jonassen2015-04-131-6/+4
* | | | | net: use jump label patching for ingress qdisc in __netif_receive_skb_coreDaniel Borkmann2015-04-132-7/+33
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2015-04-131-6/+26
|\ \ \ \ \
| * | | | | if_link: Add an additional parameter to ifla_vf_info for RSS queryingVlad Zolotarov2015-04-111-6/+26
* | | | | | fou: implement FOU_CMD_GETWANG Cong2015-04-131-0/+109
* | | | | | fou: add network namespace supportWANG Cong2015-04-131-39/+67
* | | | | | fou: always use be16 for portWANG Cong2015-04-131-3/+3
* | | | | | fou: exit early when parsing config failsWANG Cong2015-04-131-1/+4
* | | | | | fou: avoid calling udp_del_offload() twiceWANG Cong2015-04-131-2/+2
* | | | | | tcp: do not cache align timewait socketsEric Dumazet2015-04-131-2/+1
* | | | | | Merge tag 'mac80211-next-for-davem-2015-04-10' of git://git.kernel.org/pub/sc...David S. Miller2015-04-1325-383/+1113
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | cfg80211: don't allow disabling WEXT if it's requiredJohannes Berg2015-04-081-1/+1
| * | | | | cfg80211: send extended capabilities IE in connectJohannes Berg2015-04-071-10/+64
| * | | | | cfg80211: move IE split utilities here from mac80211Johannes Berg2015-04-073-44/+41
| * | | | | mac80211: add an intermediate software queue implementationFelix Fietkau2015-04-0111-19/+350
| * | | | | mac80211: reduce log spam from ieee80211_handle_pwr_constrJohn Linville2015-04-011-7/+7
| * | | | | mac80211: add standard deviation to Minstrel statsThomas Huehn2015-04-014-18/+56
| * | | | | mac80211: reduce calculation costs of EWMAThomas Huehn2015-04-011-1/+6
| * | | | | mac80211: add max lossless throughput per rateThomas Huehn2015-04-016-69/+93
| * | | | | mac80211: restructure per-rate throughput calculation into functionThomas Huehn2015-04-016-61/+88