summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* netfilter: pass hook ops to hookfnPatrick McHardy2013-10-1426-122/+148
* tcp: tcp_transmit_skb() optimizationsEric Dumazet2013-10-111-7/+7
* Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2013-10-1129-2133/+1968
|\
| * batman-adv: reorder batadv_iv_flagsSimon Wunderlich2013-10-091-4/+14
| * batman-adv: remove packed from batadv_ogm_packetSimon Wunderlich2013-10-091-1/+4
| * batman-adv: reorder packet typesSimon Wunderlich2013-10-094-13/+68
| * batman-adv: add build check macros for packet member offsetSimon Wunderlich2013-10-091-0/+8
| * batman-adv: remove vis functionalitySimon Wunderlich2013-10-0917-1304/+3
| * batman-adv: move BATADV_TT_CLIENT_TEMP to higher bitAntonio Quartulli2013-10-091-1/+1
| * batman-adv: use CRC32C instead of CRC16 in TT codeAntonio Quartulli2013-10-093-38/+45
| * batman-adv: tvlv - convert roaming adv packet to use tvlv unicast packetsMarek Lindner2013-10-094-83/+86
| * batman-adv: tvlv - convert tt query packet to use tvlv unicast packetsMarek Lindner2013-10-095-334/+286
| * batman-adv: tvlv - convert tt data sent within OGMsMarek Lindner2013-10-095-158/+187
| * batman-adv: tvlv - add network coding containerMarek Lindner2013-10-095-1/+75
| * batman-adv: tvlv - add distributed arp table containerMarek Lindner2013-10-095-1/+83
| * batman-adv: tvlv - gateway download/upload bandwidth containerMarek Lindner2013-10-0911-191/+327
| * batman-adv: tvlv - basic infrastructureMarek Lindner2013-10-097-17/+794
| * batman-adv: switch to a new packet compatibility versionAntonio Quartulli2013-10-091-1/+1
| * MAINTAINERS: batman-adv - update emailsAntonio Quartulli2013-10-091-2/+2
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2013-10-106-472/+650
|\ \
| * | i40e: Bump versionCatherine Sullivan2013-10-091-1/+1
| * | i40e: Add support for 64 bit netstatsAlexander Duyck2013-10-094-15/+95
| * | i40e: Move rings from pointer to array to array of pointersAlexander Duyck2013-10-096-185/+204
| * | i40e: Replace ring container array with linked listAlexander Duyck2013-10-093-53/+58
| * | i40e: Move q_vectors from pointer to array to array of pointersAlexander Duyck2013-10-094-60/+112
| * | i40e: Split bytes and packets from Rx/Tx statsAlexander Duyck2013-10-095-26/+28
| * | i40e: Add support for Tx byte queue limitsAlexander Duyck2013-10-091-0/+15
| * | i40e: Drop dead code and flags from Tx hotpathAlexander Duyck2013-10-092-27/+5
| * | i40e: clean up Tx fast pathAlexander Duyck2013-10-092-99/+122
| * | i40e: Do not directly increment Tx next_to_useAlexander Duyck2013-10-091-21/+25
| * | i40e: Cleanup Tx buffer info layoutAlexander Duyck2013-10-092-15/+14
| * | i40e: Drop unused completed statAlexander Duyck2013-10-093-5/+2
| * | i40e: Link code updatesAnjali Singhai2013-10-091-2/+6
* | | inet: rename ir_loc_port to ir_numEric Dumazet2013-10-1011-19/+19
* | | tcp: use ACCESS_ONCE() in tcp_update_pacing_rate()Eric Dumazet2013-10-101-1/+6
* | | inet: includes a sock_common in request_sockEric Dumazet2013-10-1019-188/+169
* | | net: gro: allow to build full sized skbEric Dumazet2013-10-101-17/+26
* | | fib_trie: only calc for the un-first nodebaker.zhang2013-10-101-5/+1
* | | veth: allow to setup multicast address for veth deviceGao feng2013-10-101-0/+6
|/ /
* | be2net: change the driver version number to 4.9.224.0Ajit Khaparde2013-10-091-1/+1
* | be2net: Display RoCE specific counters in ethtool -SAjit Khaparde2013-10-093-1/+19
* | be2net: Call version 2 of GET_STATS ioctl for Skyhawk-RAjit Khaparde2013-10-093-9/+155
|/
* bnx2x: Add ndo_get_phys_port_id supportYuval Mintz2013-10-094-27/+155
* net: fix build errors if ipv6 is disabledEric Dumazet2013-10-095-3/+15
* udp: fix a typo in __udp4_lib_mcast_demux_lookupEric Dumazet2013-10-091-1/+1
* ipv6: make lookups simpler and fasterEric Dumazet2013-10-0935-288/+213
* tcp/dccp: remove twchainEric Dumazet2013-10-0812-261/+132
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-0862-207/+475
|\
| * Merge branch 'sfc-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfcDavid S. Miller2013-10-085-31/+151
| |\
| | * sfc: Only bind to EF10 functions with the LinkCtrl and Trusted flagsBen Hutchings2013-10-071-1/+17