summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * netfilter: xtables: compute exact size needed for jumpstackFlorian Westphal2015-07-154-25/+49
| * netfilter: nftables: Only run the nftables chains in the proper netnsEric W. Biederman2015-07-152-7/+6Star
| * netfilter: Per network namespace netfilter hooks.Eric W. Biederman2015-07-153-24/+173
| * netfilter: Factor out the hook list selection from nf_register_hookEric W. Biederman2015-07-151-14/+18
| * netfilter: Simply the tests for enabling and disabling the ingress queue hookEric W. Biederman2015-07-151-11/+6Star
| * netfilter: kill nf_hooks_activeEric W. Biederman2015-07-151-7/+4Star
| * ipvs: Delete an unnecessary check before the function call "module_put"Markus Elfring2015-07-151-1/+1
* | Merge branch 'cxgb4-next'David S. Miller2015-08-045-20/+506
|\ \
| * | cxgb4: Update T6 register rangesHariprasad Shenai2015-08-041-14/+12Star
| * | cxgb4/cxgb4vf: read the correct bits of PL Who Am I registerHariprasad Shenai2015-08-044-4/+45
| * | cxgb4: Add support to dump edc bist statusHariprasad Shenai2015-08-042-2/+42
| * | cxgb4: Add debugfs support to dump meminfoHariprasad Shenai2015-08-042-0/+407
|/ /
* | mpls: Use definition for reserved label checksRobert Shearman2015-08-042-10/+13
* | Merge branch 'lwtunnel-encap-local'David S. Miller2015-08-042-2/+12
|\ \
| * | ipv4: apply lwtunnel encap for locally-generated packetsRobert Shearman2015-08-041-0/+2
| * | lwtunnel: set skb protocol and devRobert Shearman2015-08-041-2/+10
|/ /
* | bridge: mdb: fix vlan_enabled access when vlans are not configuredNikolay Aleksandrov2015-08-041-2/+2
* | act_bpf: properly support late binding of bpf action to a classifierDaniel Borkmann2015-08-041-24/+27
* | net: dsa: mv88e6xxx: call _mv88e6xxx_stats_wait with SMI lock heldVivien Didelot2015-08-041-2/+5
* | bridge: mdb: add/del entry on all vlans if vlan_filter is enabled and vid is 0Satish Ashok2015-08-041-8/+60
* | Merge branch 'stacked-vlan-TSO'David S. Miller2015-08-034-0/+4
|\ \
| * | tuntap: Don't segment multiple tagged packets on tap deviceToshiaki Makita2015-08-031-0/+1
| * | bridge: Don't segment multiple tagged packets on bridge deviceToshiaki Makita2015-08-031-0/+1
| * | veth: Don't segment multiple tagged packets on veth deviceToshiaki Makita2015-08-031-0/+1
| * | macvlan: Don't segment multiple tagged packets on macvlan deviceToshiaki Makita2015-08-031-0/+1
|/ /
* | virtio_net: add gro capabilityEric Dumazet2015-08-031-2/+2
* | rocker: linearize skb in case frags would not fit into tx descriptorJiri Pirko2015-08-031-2/+5
* | rocker: enable support for scattered packetsIdo Schimmel2015-08-031-1/+1
* | ebpf: add skb->hash to offset map for usage in {cls, act}_bpf or filtersDaniel Borkmann2015-08-032-0/+8
* | bnx2x: Correct logic for pvid configuration.Yuval Mintz2015-08-031-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-01417-2445/+5237
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-08-0178-539/+1000
| |\ \
| | * | stmmac: fix missing MODULE_LICENSE in stmmac_platformJoachim Eastwood2015-08-011-0/+4
| | * | Merge branch 'gianfar-wol-fixes'David S. Miller2015-08-013-79/+33Star
| | |\ \
| | | * | gianfar: Enable device wakeup when appropriateClaudiu Manoil2015-08-013-13/+3Star
| | | * | gianfar: Fix suspend/resume for wol magic packetClaudiu Manoil2015-08-011-68/+30Star
| | | * | gianfar: Fix warning when CONFIG_PM offClaudiu Manoil2015-08-011-0/+2
| | |/ /
| | * | act_pedit: check binding before calling tcf_hash_release()WANG Cong2015-08-011-3/+2Star
| | * | net: sk_clone_lock() should only do get_net() if the parent is not a kernel s...Sowmini Varadhan2015-07-311-1/+2
| | * | net: sched: fix refcount imbalance in actionsDaniel Borkmann2015-07-302-6/+13
| | * | Merge branch 'r8152-fixes'David S. Miller2015-07-301-4/+57
| | |\ \
| | | * | r8152: reset device when tx timeouthayeswang2015-07-301-4/+3Star
| | | * | r8152: add pre_reset and post_resethayeswang2015-07-301-0/+54
| | |/ /
| | * | qlcnic: Fix corruption while copyingShahed Shaikh2015-07-301-1/+1
| | * | act_bpf: fix memory leaks when replacing bpf programsDaniel Borkmann2015-07-301-18/+35
| | * | Merge branch 'thunderx-fixes'David S. Miller2015-07-306-37/+92
| | |\ \
| | | * | net: thunderx: Fix for crash while BGX teardownThanneeru Srinivasulu2015-07-301-1/+4
| | | * | net: thunderx: Add PCI driver shutdown routineSunil Goutham2015-07-301-0/+6
| | | * | net: thunderx: Fix crash when changing rss with mutliple traffic flowsSunil Goutham2015-07-301-4/+5
| | | * | net: thunderx: Set watchdog timeout valueSunil Goutham2015-07-302-0/+10