summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-08-061159-30780/+70878
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-08-0527-121/+132
| |\ \ \ \
| | * | | | tg3: Modify tg3_tso_bug() to handle multiple TX ringsPrashant Sreedharan2014-08-051-10/+12
| | * | | | net: sun4i-emac: fix memory leak on bad packetMarc Zyngier2014-08-051-2/+4
| | * | | | sctp: fix possible seqlock seadlock in sctp_packet_transmit()Eric Dumazet2014-08-051-1/+1
| | * | | | Revert "net: phy: Set the driver when registering an MDIO bus device"Fabio Estevam2014-08-051-1/+0
| | * | | | Merge branch 'qlcnic'David S. Miller2014-08-053-11/+19
| | |\ \ \ \
| | | * | | | qlcnic: Initialize dcbnl_ops before register_netdevRajesh Borundia2014-08-051-2/+2
| | | * | | | qlcnic: Set driver version before registering netdevRajesh Borundia2014-08-052-4/+4
| | | * | | | qlcnic: Fix update of ethtool stats.Rajesh Borundia2014-08-051-5/+13
| | |/ / / /
| | * | | | Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2014-08-051-3/+7
| | |\ \ \ \
| | | * | | | batman-adv: Fix out-of-order fragmentation supportSven Eckelmann2014-08-051-3/+7
| | |/ / / /
| | * | | | r8152: add missing Makefile ruleJF Le Fillatre2014-08-021-0/+1
| | * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2014-08-023-4/+9
| | |\ \ \ \
| | | * | | | netfilter: nf_tables: Avoid duplicate call to nft_data_uninit() for same keyThomas Graf2014-08-011-0/+1
| | | * | | | netfilter: xt_LED: fix too short led-always-blinkJiri Prchal2014-07-251-3/+7
| | | * | | | ipvs: Maintain all DSCP and ECN bits for ipv6 tun forwardingAlex Gartrell2014-07-171-1/+1
| | * | | | | ipv6: data of fwmark_reflect sysctl needs to be updated on netns constructionHannes Frederic Sowa2014-08-021-0/+1
| | * | | | | cdc_subset: deal with a device that needs reset for timeoutOliver Neukum2014-08-023-3/+35
| | * | | | | iovec: make sure the caller actually wants anything in memcpy_fromiovecendSasha Levin2014-08-021-0/+4
| | * | | | | net: Correctly set segment mac_len in skb_segment().Vlad Yasevich2014-07-311-1/+1
| | * | | | | Merge branch 'xen-netfront'David S. Miller2014-07-311-64/+10
| | |\ \ \ \ \
| | | * | | | | xen-netfront: print correct number of queuesDavid Vrabel2014-07-311-2/+2
| | | * | | | | xen-netfront: release per-queue Tx and Rx resource when disconnectingDavid Vrabel2014-07-311-61/+7
| | | * | | | | xen-netfront: fix locking in connect error pathDavid Vrabel2014-07-311-1/+1
| | |/ / / / /
| | * | | | | macvlan: Initialize vlan_features to turn on offload support.Vlad Yasevich2014-07-311-0/+1
| | * | | | | bridge: Don't include NDA_VLAN for FDB entries with vid 0Toshiaki Makita2014-07-311-1/+1
| | * | | | | bonding: use kobject_put instead of _del after kobject_addVeaceslav Falico2014-07-311-2/+2
| | * | | | | bna: fix performance regressionIvan Vecera2014-07-301-1/+1
| | * | | | | tcp: Fix integer-overflow in TCP vegasChristoph Paasch2014-07-301-1/+2
| | * | | | | tcp: Fix integer-overflows in TCP venoChristoph Paasch2014-07-301-1/+1
| | * | | | | ip_tunnel(ipv4): fix tunnels with "local any remote $remote_ip"Dmitry Popov2014-07-302-11/+19
| | * | | | | bna: fill the magic in bnad_get_eeprom() instead of validatingIvan Vecera2014-07-301-4/+2
| * | | | | | cxgb4 : Disable recursive mailbox commands when enabling viAnish Bhatt2014-08-052-2/+5
| * | | | | | net: reduce USB network driver config options.Francois Romieu2014-08-052-13/+9
| * | | | | | Merge branch 'amd-xgbe'David S. Miller2014-08-053-101/+126
| |\ \ \ \ \ \
| | * | | | | | amd-xgbe: Perform phy connect/disconnect at dev open/stopLendacky, Thomas2014-08-052-99/+121
| | * | | | | | amd-xgbe: Use dma_set_mask_and_coherent to set DMA maskLendacky, Thomas2014-08-051-2/+5
| |/ / / / / /
| * | | | | | cxgb4vf: Turn off SGE RX/TX Callback Timers and interrupts in PCI shutdown ro...Hariprasad Shenai2014-08-051-14/+15
| * | | | | | Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2014-08-056-27/+37
| |\ \ \ \ \ \
| | * | | | | | batman-adv: Start new development cycleSimon Wunderlich2014-08-051-1/+1
| | * | | | | | batman-adv: increase default hop penaltySimon Wunderlich2014-08-051-1/+1
| | * | | | | | batman-adv: remove unnecessary logspamAndré Gaul2014-08-052-15/+23
| | * | | | | | batman-adv: prefer kmalloc_array to kmalloc when possibleAntonio Quartulli2014-08-043-10/+12
| * | | | | | | team: Simplify return path of team_newlinkToshiaki Makita2014-08-051-7/+1
| * | | | | | | bridge: Update outdated comment on promiscuous modeToshiaki Makita2014-08-051-4/+2
| * | | | | | | Merge branch 'net-timestamp-next'David S. Miller2014-08-0513-64/+170
| |\ \ \ \ \ \ \
| | * | | | | | | net-timestamp: ACK timestamp for bytestreamsWillem de Bruijn2014-08-055-2/+17
| | * | | | | | | net-timestamp: TCP timestampingWillem de Bruijn2014-08-054-6/+52
| | * | | | | | | net-timestamp: SCHED timestamp on entering packet schedulerWillem de Bruijn2014-08-056-7/+31
OpenPOWER on IntegriCloud