aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-11tcp: tcp_transmit_skb() optimizationsEric Dumazet1-7/+7
2013-10-10inet: rename ir_loc_port to ir_numEric Dumazet11-19/+19
2013-10-09i40e: Bump versionCatherine Sullivan1-1/+1
2013-10-09i40e: Add support for 64 bit netstatsAlexander Duyck4-15/+95
2013-10-09i40e: Move rings from pointer to array to array of pointersAlexander Duyck6-185/+204
2013-10-09i40e: Replace ring container array with linked listAlexander Duyck3-53/+58
2013-10-09i40e: Move q_vectors from pointer to array to array of pointersAlexander Duyck4-60/+112
2013-10-09i40e: Split bytes and packets from Rx/Tx statsAlexander Duyck5-26/+28
2013-10-09i40e: Add support for Tx byte queue limitsAlexander Duyck1-0/+15
2013-10-09i40e: Drop dead code and flags from Tx hotpathAlexander Duyck2-27/+5
2013-10-09i40e: clean up Tx fast pathAlexander Duyck2-99/+122
2013-10-09i40e: Do not directly increment Tx next_to_useAlexander Duyck1-21/+25
2013-10-09i40e: Cleanup Tx buffer info layoutAlexander Duyck2-15/+14
2013-10-10tcp: use ACCESS_ONCE() in tcp_update_pacing_rate()Eric Dumazet1-1/+6
2013-10-10inet: includes a sock_common in request_sockEric Dumazet19-188/+169
2013-10-10net: gro: allow to build full sized skbEric Dumazet1-17/+26
2013-10-10fib_trie: only calc for the un-first nodebaker.zhang1-5/+1
2013-10-10veth: allow to setup multicast address for veth deviceGao feng1-0/+6
2013-10-09i40e: Drop unused completed statAlexander Duyck3-5/+2
2013-10-09i40e: Link code updatesAnjali Singhai1-2/+6
2013-10-09be2net: change the driver version number to 4.9.224.0Ajit Khaparde1-1/+1
2013-10-09be2net: Display RoCE specific counters in ethtool -SAjit Khaparde3-1/+19
2013-10-09be2net: Call version 2 of GET_STATS ioctl for Skyhawk-RAjit Khaparde3-9/+155
2013-10-09batman-adv: reorder batadv_iv_flagsSimon Wunderlich1-4/+14
2013-10-09batman-adv: remove packed from batadv_ogm_packetSimon Wunderlich1-1/+4
2013-10-09batman-adv: reorder packet typesSimon Wunderlich4-13/+68
2013-10-09batman-adv: add build check macros for packet member offsetSimon Wunderlich1-0/+8
2013-10-09batman-adv: remove vis functionalitySimon Wunderlich17-1304/+3
2013-10-09batman-adv: move BATADV_TT_CLIENT_TEMP to higher bitAntonio Quartulli1-1/+1
2013-10-09batman-adv: use CRC32C instead of CRC16 in TT codeAntonio Quartulli3-38/+45
2013-10-09batman-adv: tvlv - convert roaming adv packet to use tvlv unicast packetsMarek Lindner4-83/+86
2013-10-09batman-adv: tvlv - convert tt query packet to use tvlv unicast packetsMarek Lindner5-334/+286
2013-10-09batman-adv: tvlv - convert tt data sent within OGMsMarek Lindner5-158/+187
2013-10-09batman-adv: tvlv - add network coding containerMarek Lindner5-1/+75
2013-10-09batman-adv: tvlv - add distributed arp table containerMarek Lindner5-1/+83
2013-10-09batman-adv: tvlv - gateway download/upload bandwidth containerMarek Lindner11-191/+327
2013-10-09batman-adv: tvlv - basic infrastructureMarek Lindner7-17/+794
2013-10-09batman-adv: switch to a new packet compatibility versionAntonio Quartulli1-1/+1
2013-10-09MAINTAINERS: batman-adv - update emailsAntonio Quartulli1-2/+2
2013-10-09bnx2x: Add ndo_get_phys_port_id supportYuval Mintz4-27/+155
2013-10-09net: fix build errors if ipv6 is disabledEric Dumazet5-3/+15
2013-10-09udp: fix a typo in __udp4_lib_mcast_demux_lookupEric Dumazet1-1/+1
2013-10-09ipv6: make lookups simpler and fasterEric Dumazet35-288/+213
2013-10-08tcp/dccp: remove twchainEric Dumazet12-261/+132
2013-10-08pkt_sched: fq: fix non TCP flows pacingEric Dumazet2-11/+10
2013-10-08Revert "veth: Showing peer of veth type dev in ip link (kernel side)"David S. Miller1-21/+0
2013-10-08qlcnic: add missing destroy_workqueue() on error path in qlcnic_probe()Wei Yongjun1-1/+4
2013-10-08moxa: fix the error handling in moxart_mac_probe()Wei Yongjun1-6/+16
2013-10-08net: vlan: fix nlmsg size calculation in vlan_get_size()Marc Kleine-Budde1-1/+1
2013-10-08pkt_sched: fq: fix typo for initial_quantumEric Dumazet1-1/+1