summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-06-27net: remove inet6_reqsk_allocOctavian Purdila5-15/+7
2014-06-27tcp: tcp_v[46]_conn_request: fix snt_synack initializationOctavian Purdila2-3/+2
2014-06-27tcp: cookie_v4_init_sequence: skb should be constOctavian Purdila2-3/+5
2014-06-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller11-134/+373
2014-06-27Merge branch 'tipc-next'David S. Miller13-888/+827
2014-06-27tipc: simplify connection congestion handlingJon Paul Maloy5-54/+43
2014-06-27tipc: clean up connection protocol reception functionJon Paul Maloy5-63/+68
2014-06-27tipc: same receive code path for connection protocol and data messagesJon Paul Maloy6-55/+19
2014-06-27tipc: let port protocol senders use new link send functionJon Paul Maloy1-7/+23
2014-06-27tipc: connection oriented transport uses new send functionsJon Paul Maloy4-513/+70
2014-06-27tipc: RDM/DGRAM transport uses new fragmenting and sending functionsJon Paul Maloy3-149/+110
2014-06-27tipc: introduce message evaluation functionJon Paul Maloy4-38/+51
2014-06-27tipc: separate building and sending of rejected messagesJon Paul Maloy3-8/+64
2014-06-27tipc: introduce direct iovec to buffer chain fragmentation functionJon Paul Maloy2-0/+105
2014-06-27tipc: make link mtu easily accessible from socketJon Paul Maloy2-4/+38
2014-06-27tipc: introduce send functions for chained buffers in linkJon Paul Maloy4-13/+250
2014-06-27tipc: use negative error return values in functionsJon Paul Maloy1-23/+23
2014-06-27tipc: eliminate case of writing to freed memoryJon Paul Maloy1-2/+4
2014-06-26Merge branch 'xgbe-next'David S. Miller8-189/+398
2014-06-26amd-xgbe: Resolve checkpatch warning about sscanf usageLendacky, Thomas1-5/+4
2014-06-26amd-xgbe: Change destination address filtering supportLendacky, Thomas6-69/+116
2014-06-26amd-xgbe: Add support for VLAN filteringLendacky, Thomas6-14/+165
2014-06-26amd-xgbe: VLAN Rx tag stripping fixLendacky, Thomas1-1/+3
2014-06-26amd-xgbe: VLAN Tx tag insertion fixLendacky, Thomas2-0/+8
2014-06-26amd-xgbe: Make defines in xgbe.h uniqueLendacky, Thomas5-100/+102
2014-06-26i40e: fix fdir programmingJesse Brandeburg1-2/+4
2014-06-26i40e: Add debugfs hooks to print current total FD filter countAnjali Singhai Jain1-0/+4
2014-06-26i40e: Fix the FD sideband logic to detect a FD table full conditionAnjali Singhai Jain3-7/+20
2014-06-26i40e: Avoid adding the TCP-IPv4 filter twiceAnjali Singhai Jain1-13/+0
2014-06-26i40e: only create PTP device node onceJacob Keller1-12/+46
2014-06-26i40e: don't store user requested mode until we've validated itJacob Keller1-4/+7
2014-06-26i40e: break PTP hardware control from ioctl command for timestamp modeJacob Keller1-16/+43
2014-06-26i40e: rename i40e_ptp_enable to i40e_ptp_feature_enableJacob Keller1-4/+4
2014-06-26i40evf: resend FW request if no responseMitch Williams1-0/+4
2014-06-26i40evf: fix typoMitch Williams1-1/+1
2014-06-26i40evf: return more useful error informationMitch Williams1-5/+6
2014-06-26i40evf: don't stop watchdog if it hasn't startedMitch Williams1-1/+3
2014-06-26i40e/i40evf: Big endian fixes for handling HMCPaul M Stillwell Jr3-67/+236
2014-06-26i40e: do not take NVM ownership for SR readKamil Krawczyk1-8/+1
2014-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller697-5683/+9694
2014-06-25Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-6/+20
2014-06-25Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-16/+39
2014-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds68-366/+741
2014-06-25net: fix setting csum_start in skb_segment()Tom Herbert1-1/+1
2014-06-25Merge tag 'nfs-for-3.16-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds6-83/+104
2014-06-25enic: Make dummy rfs functions inline to fix !CONFIG_RFS_ACCEL buildGeert Uytterhoeven2-10/+3
2014-06-25tipc: bump max configurable window sizeErik Hugne1-1/+1
2014-06-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller11-49/+128
2014-06-25mac_pton: Use bool not int returnJoe Perches2-6/+6
2014-06-25ipv4: fix dst race in sk_dst_get()Eric Dumazet3-16/+18