summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | i40e: reinit buffer size each timeMitch Williams2014-01-051-1/+1
| * | i40e: use functions to enable and disable icr 0Mitch Williams2014-01-053-15/+20
| * | i40e: add header file flag _I40E_TXRX_H_Vasu Dev2014-01-051-0/+4
| * | i40e: guard against vf message racesMitch Williams2014-01-051-5/+18
| * | i40e: fix constant cast issuesJesse Brandeburg2014-01-051-4/+4
| * | i40e: Change the ethtool NVM read method to use AQAnjali Singhai Jain2014-01-051-22/+46
| * | i40e: fix mac address checkingJesse Brandeburg2014-01-053-29/+1
| * | i40e: Dump the whole NVM, not halfAnjali Singhai Jain2014-01-052-3/+3
* | | 8021q: make vlan_pcpu_stats visible without CONFIG_VLAN_8021QHannes Frederic Sowa2014-01-061-19/+19
* | | net: netdev_kobject_init: annotate with __initDaniel Borkmann2014-01-062-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-01-0642-274/+487
|\ \ \ | |/ / |/| |
| * | netfilter: x_tables: lightweight process control group matchingDaniel Borkmann2014-01-036-0/+99
| * | net: netprio: rename config to be more consistent with cgroup configsDaniel Borkmann2014-01-038-20/+14
| * | net: net_cls: move cgroupfs classid handling into coreDaniel Borkmann2014-01-038-151/+143
| * | netfilter: xt_CT: fix error value in xt_ct_tg_check()Eric Leblond2014-01-031-1/+3
| * | netfilter: nf_conntrack: remove dead codestephen hemminger2014-01-035-30/+0
| * | netfilter: ipset: remove unused codestephen hemminger2014-01-032-29/+0
| * | netfilter: nf_nat: add full port randomization supportDaniel Borkmann2014-01-033-10/+16
| * | ipvs: Remove unused variable ret from sync_thread_master()Geert Uytterhoeven2013-12-271-1/+4
| * | netfilter: add IPv4/6 IPComp extension match supportfan.du2013-12-245-0/+138
| * | netfilter: nfnetlink_queue: enable UID/GID socket info retrievalValentina Giusti2013-12-212-1/+38
| * | netfilter: ctnetlink: honor CTA_MARK_MASK when setting ctmarkFlorian Westphal2013-12-201-2/+10
| * | netfilter: avoid get_random_bytes callsFlorian Westphal2013-12-206-13/+5
| * | net: reorder struct netns_ct for better cache-line usageJesper Dangaard Brouer2013-12-131-16/+17
* | | Merge branch 'bgmac'David S. Miller2014-01-055-38/+156
|\ \ \
| * | | bgmac: add support for Northstar SoC (BCM4707, BCM53018)Hauke Mehrtens2014-01-052-18/+46
| * | | bgmac: reset all cores on Northstar SoCHauke Mehrtens2014-01-051-0/+21
| * | | bgmac: add support for new BGMAC_CMDCFG_SR position on core rev >= 4Hauke Mehrtens2014-01-052-5/+7
| * | | bgmac: initialize the DMA controller of core rev >= 4Hauke Mehrtens2014-01-052-0/+73
| * | | bcma: export bcma_find_core_unit()Hauke Mehrtens2014-01-053-15/+9
|/ / /
* | | tipc: remove unused codestephen hemminger2014-01-054-26/+0
* | | tipc: make local function staticstephen hemminger2014-01-052-2/+1
* | | dccp: make local variable staticstephen hemminger2014-01-052-2/+1
* | | dccp: remove obsolete codestephen hemminger2014-01-052-33/+0
* | | macvlan: unify macvlan_pcpu_stats and vlan_pcpu_statsLi RongQing2014-01-052-28/+7
* | | net: unify the pcpu_tstats and br_cpu_netstats as oneLi RongQing2014-01-0516-66/+60
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2014-01-0513-539/+720
|\ \ \
| * | | i40e: report VF MAC addresses correctlyMitch Williams2014-01-041-6/+1
| * | | i40e: update led set argsJesse Brandeburg2014-01-043-31/+69
| * | | i40e: make a define from a large constantMitch Williams2014-01-042-20/+21
| * | | i40e: be more informativeMitch Williams2014-01-041-1/+2
| * | | i40e: fix error returnMitch Williams2014-01-041-1/+1
| * | | i40e: remove chatty log messagesMitch Williams2014-01-041-15/+5
| * | | i40e: remove redundant codeMitch Williams2014-01-041-219/+4
| * | | i40e: refactor VF reset flowMitch Williams2014-01-044-108/+99
| * | | i40e: move i40e_reset_vfMitch Williams2014-01-041-128/+128
| * | | i40e: Rx checksum offload for VXLANJoseph Gasparakis2014-01-043-28/+81
| * | | i40e: Implementation of VXLAN ndo'sJeff Kirsher2014-01-047-1/+244
| * | | i40e: fix curly brace use and return typeShannon Nelson2014-01-041-4/+3
| * | | i40e: add wake-on-lan supportShannon Nelson2014-01-044-4/+56