aboutsummaryrefslogtreecommitdiffstats
path: root/lib/asn1_decoder.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-06test_bpf: add more tests for LD_ABS and LD_IND.Nicolas Schichan1-0/+296
2015-08-06test_bpf: add module parameters to filter the tests to run.Nicolas Schichan1-0/+71
2015-08-06test_bpf: test LD_ABS and LD_IND instructions on fragmented skbs.Nicolas Schichan1-0/+142
2015-08-06test_bpf: allow tests to specify an skb fragment.Nicolas Schichan1-1/+38
2015-08-06test_bpf: avoid oopsing the kernel when generate_test_data() fails.Nicolas Schichan1-0/+5
2015-08-06net/mlx5_core: Support physical port countersGal Pressman5-1/+137
2015-08-06net/mlx5e: Take advantage of the light-weight netdev open/stopAchiad Shochat3-106/+32
2015-08-06net/mlx5e: Disable async events before unregister_netdev()Achiad Shochat1-2/+2
2015-08-06net/mlx5e: Rename/move functions following the ndo_stop flow changeAchiad Shochat3-308/+306
2015-08-06net/mlx5e: Light-weight netdev open/stopAchiad Shochat4-76/+184
2015-08-06net/mlx5_core: Introduce access function to modify RSS/LRO paramsAchiad Shochat3-1/+22
2015-08-06net/mlx5e: Introduce the "Drop RQ"Achiad Shochat2-11/+114
2015-08-06net/mlx5e: Unify the RX flowAchiad Shochat2-34/+69
2015-08-06drivers: net: cpsw: add separate napi for txMugunthan V N1-13/+31
2015-08-06drivers: net: cpsw: dual_emac: simplify napi usageMugunthan V N1-17/+9
2015-08-06drivers: net: cpsw: remove disable_irq/enable_irq as irq can be masked from cpsw itselfMugunthan V N1-25/+2
2015-08-06mpls: small cleanup in inet/inet6_fib_lookup_dev()Dan Carpenter1-9/+4
2015-08-06bnx2fc: Read npiv table from nvram and create vports.Joe Carnuccio1-0/+66
2015-08-06bnx2x: Add BD support for storageYuval Mintz4-2/+118
2015-08-06cnic: Add the interfaces to get FC-NPIV table.Adheer Chandravanshi2-2/+32
2015-08-06cnic: Populate upper layer driver state in MFWTej Parkash2-3/+20
2015-08-06rocker: use netdev_err after register_netdevScott Feldman1-1/+1
2015-08-06rocker: NULL port if port probe failsScott Feldman1-0/+1
2015-08-04netfilter: ip6t_REJECT: Remove debug messages from reject_tg6()Subash Abhinov Kasiviswanathan1-5/+0
2015-08-04cxgb4: Update T6 register rangesHariprasad Shenai1-14/+12
2015-08-04cxgb4/cxgb4vf: read the correct bits of PL Who Am I registerHariprasad Shenai4-4/+45
2015-08-04cxgb4: Add support to dump edc bist statusHariprasad Shenai2-2/+42
2015-08-04cxgb4: Add debugfs support to dump meminfoHariprasad Shenai2-0/+407
2015-08-03mpls: Use definition for reserved label checksRobert Shearman2-10/+13
2015-08-03ipv4: apply lwtunnel encap for locally-generated packetsRobert Shearman1-0/+2
2015-08-03lwtunnel: set skb protocol and devRobert Shearman1-2/+10
2015-08-03bridge: mdb: fix vlan_enabled access when vlans are not configuredNikolay Aleksandrov1-2/+2
2015-08-03act_bpf: properly support late binding of bpf action to a classifierDaniel Borkmann1-24/+27
2015-08-03net: dsa: mv88e6xxx: call _mv88e6xxx_stats_wait with SMI lock heldVivien Didelot1-2/+5
2015-08-03bridge: mdb: add/del entry on all vlans if vlan_filter is enabled and vid is 0Satish Ashok1-8/+60
2015-08-03tuntap: Don't segment multiple tagged packets on tap deviceToshiaki Makita1-0/+1
2015-08-03bridge: Don't segment multiple tagged packets on bridge deviceToshiaki Makita1-0/+1
2015-08-03veth: Don't segment multiple tagged packets on veth deviceToshiaki Makita1-0/+1
2015-08-03macvlan: Don't segment multiple tagged packets on macvlan deviceToshiaki Makita1-0/+1
2015-08-03virtio_net: add gro capabilityEric Dumazet1-2/+2
2015-08-03rocker: linearize skb in case frags would not fit into tx descriptorJiri Pirko1-2/+5
2015-08-03rocker: enable support for scattered packetsIdo Schimmel1-1/+1
2015-08-02ebpf: add skb->hash to offset map for usage in {cls, act}_bpf or filtersDaniel Borkmann2-0/+8
2015-08-02bnx2x: Correct logic for pvid configuration.Yuval Mintz1-1/+1
2015-07-31ipv6: Enable auto flow labels by defaultTom Herbert2-2/+2
2015-07-31ipv6: Disable flowlabel state ranges by defaultTom Herbert1-1/+1
2015-07-31ipv6: Implement different admin modes for automatic flow labelsTom Herbert6-25/+70
2015-07-31ipv6: Call skb_get_hash_flowi6 to get skb->hash in ip6_make_flowlabelTom Herbert4-7/+9
2015-07-31net: Add functions to get skb->hash based on flow structuresTom Herbert2-4/+75
2015-07-31net: dsa: Add netconsole supportFlorian Fainelli2-0/+71