summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: Define SCM_TIMESTAMPING_PKTINFO on all architectures.David S. Miller2017-05-2211-0/+22
* tcp: fix tcp_probe_timer() for TCP_USER_TIMEOUTEric Dumazet2017-05-211-1/+2
* ipv6: drop unused variables in seg6_genl_dumphacstephen hemminger2017-05-211-4/+0
* fou: make local function staticstephen hemminger2017-05-212-49/+47
* tcpnv: do not export local functionstephen hemminger2017-05-211-3/+2
* inet: fix warning about missing prototypestephen hemminger2017-05-211-0/+1
* ila: propagate error code in ila_outputstephen hemminger2017-05-211-1/+1
* dcb: enforce minimum length on IEEE_APPS attributestephen hemminger2017-05-211-4/+7
* Merge branch 'net-extend-socket-timestamping-API'David S. Miller2017-05-2127-23/+151
|\
| * net: ethernet: update drivers to make both SW and HW TX timestampsMiroslav Lichvar2017-05-214-10/+6
| * net: allow simultaneous SW and HW transmit timestampingMiroslav Lichvar2017-05-215-11/+34
| * net: fix documentation of struct scm_timestampingMiroslav Lichvar2017-05-211-1/+7
| * net: add new control message for incoming HW-timestamped packetsMiroslav Lichvar2017-05-214-2/+48
| * net: add function to retrieve original skb device using NAPI IDMiroslav Lichvar2017-05-213-0/+36
| * net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALLMiroslav Lichvar2017-05-2118-2/+18
| * net: define receive timestamp filter for NTPMiroslav Lichvar2017-05-212-0/+5
|/
* cxgb4 : retrieve port information from firmwareGanesh Goudar2017-05-215-3/+70
* ibmveth: Support to enable LSO/CSO for Trunk VEA.Sivakumar Krishnasamy2017-05-212-18/+90
* Merge branch 'qed-next'David S. Miller2017-05-2121-227/+255
|\
| * qede: Support 1G advertisment.Sudarsana Reddy Kalluru2017-05-211-0/+8
| * qed: Fix setting of Management bitfieldsTomer Tayar2017-05-211-1/+1
| * qede: qedr closure after setting stateMintz, Yuval2017-05-211-1/+2
| * qed: Correct print in iscsi error-flowMintz, Yuval2017-05-211-1/+1
| * qed: Revise alloc/setup/free flowTomer Tayar2017-05-2115-177/+177
| * qede: Don't use an internal MAC fieldMintz, Yuval2017-05-213-28/+38
| * qede: Add missing Status-block freeSudarsana Reddy Kalluru2017-05-211-4/+7
| * qede: Honor user request for Tx buffersSudarsana Reddy Kalluru2017-05-213-15/+15
| * qede: Allow WoL to activate by defaultMintz, Yuval2017-05-211-0/+6
|/
* Merge branch 'xgene-check-all-RGMII-phy-mode-variants'David S. Miller2017-05-204-17/+30
|\
| * xgene: Check all RGMII phy mode variantsIyappan Subramanian2017-05-203-15/+18
| * phy: Add helper function to check phy interface modeIyappan Subramanian2017-05-201-2/+12
|/
* Merge branch 'net-fix-CRC32c-in-the-forwarding-path'David S. Miller2017-05-2013-58/+127
|\
| * sk_buff.h: improve description of CHECKSUM_{COMPLETE, UNNECESSARY}Davide Caratti2017-05-201-2/+5
| * openvswitch: more accurate checksumming in queue_userspace_packet()Davide Caratti2017-05-201-1/+1
| * net: more accurate checksumming in validate_xmit_skb()Davide Caratti2017-05-204-14/+27
| * net: use skb->csum_not_inet to identify packets needing crc32cDavide Caratti2017-05-205-7/+13
| * sk_buff: remove support for csum_bad in sk_buffDavide Caratti2017-05-207-36/+6
| * net: introduce skb_crc32c_csum_helpDavide Caratti2017-05-203-1/+44
| * skbuff: add stub to help computing crc32c on SCTP packetsDavide Caratti2017-05-203-0/+34
|/
* tcp: warn on negative reordering valuesSoheil Hassas Yeganeh2017-05-191-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-05-1885-367/+663
|\
| * Merge tag 'md/4.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2017-05-188-86/+209
| |\
| | * raid1: prefer disk without bad blocksTomasz Majchrzak2017-05-121-1/+4
| | * md/r5cache: handle sync with data in write back cacheSong Liu2017-05-122-7/+22
| | * md/r5cache: gracefully handle journal device errors for writeback modeSong Liu2017-05-123-9/+34
| | * md/raid1/10: avoid unnecessary lockingShaohua Li2017-05-122-8/+6
| | * md/raid5-cache: in r5l_do_submit_io(), submit io->split_bio firstSong Liu2017-05-101-9/+19
| | * md/md0: optimize raid0 discard handlingShaohua Li2017-05-091-14/+102
| | * md: don't return -EAGAIN in md_allow_write for external metadata arraysArtur Paszkiewicz2017-05-084-28/+15
| | * md/raid5: make use of spin_lock_irq over local_irq_disable + spin_lockJulia Cartwright2017-05-041-10/+7