summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dp83640: Prune rx timestamp list before reading from itStefan Sørensen2015-11-031-0/+1
* dp83640: Delay scheduled work.Stefan Sørensen2015-11-031-8/+12
* dp83640: Include hash in timestamp/packet matchingStefan Sørensen2015-11-031-3/+15
* Merge branch 'mlx5-fixes'David S. Miller2015-11-035-15/+46
|\
| * net/mlx5e: Fix LSO vlan insertionAchiad Shochat2015-11-031-2/+3
| * net/mlx5e: Re-eanble client vlan TX accelerationAchiad Shochat2015-11-032-2/+22
| * net/mlx5e: Return error in case mlx5e_set_features() failsAchiad Shochat2015-11-031-1/+1
| * net/mlx5e: Don't allow more than max supported channelsAchiad Shochat2015-11-033-5/+9
| * net/mlx5_core: Use the the real irqn in eq->irqnAchiad Shochat2015-11-031-4/+4
| * net/mlx5e: Wait for RX buffers initialization in a more proper mannerAchiad Shochat2015-11-031-2/+2
| * net/mlx5e: Avoid NULL pointer access in case of configuration failureAchiad Shochat2015-11-031-0/+6
|/
* net/core: generic support for disabling netdev features down stackJarod Wilson2015-11-022-0/+61
* sh_eth: fix typo in RX descriptor bit nameSergei Shtylyov2015-11-022-3/+3
* Merge branch 'bonding-actor-updates'David S. Miller2015-11-023-76/+54
|\
| * bonding: simplify / unify event handling code for 3ad mode.Mahesh Bandewar2015-11-023-46/+9
| * bonding: unify all places where actor-oper key needs to be updated.Mahesh Bandewar2015-11-021-35/+52
| * bonding: Simplify __get_duplex function.Mahesh Bandewar2015-11-021-4/+2
|/
* Merge branch 'bpf-persistent'David S. Miller2015-11-0212-72/+683
|\
| * bpf: add sample usages for persistent maps/progsDaniel Borkmann2015-11-024-0/+208
| * bpf: add support for persistent maps/progsDaniel Borkmann2015-11-026-41/+433
| * bpf: consolidate bpf_prog_put{, _rcu} dismantle pathsDaniel Borkmann2015-11-022-11/+7
| * bpf: align and clean bpf_{map,prog}_get helpersDaniel Borkmann2015-11-023-21/+25
| * bpf: abstract anon_inode_getfd invocationsDaniel Borkmann2015-11-021-3/+14
|/
* net: fix percpu memory leaksEric Dumazet2015-11-026-24/+44
* ravb: use pdev rather than ndev for error messagesSimon Horman2015-11-021-2/+2
* net: make skb_set_owner_w() more robustEric Dumazet2015-11-023-18/+25
* bridge: vlan: Use rcu_dereference instead of rtnl_dereferenceIdo Schimmel2015-11-021-1/+1
* net: dsa: mv88e6xxx: lookup switch nameVivien Didelot2015-11-026-112/+95
* net: dsa: mv88e6xxx: assert SMI lockVivien Didelot2015-11-021-11/+14
* bpf: convert hashtab lock to raw lockYang Shi2015-11-021-7/+7
* Merge branch 'bridge_vlan_fixes'David S. Miller2015-11-021-3/+5
|\
| * bridge: vlan: Use correct flag name in commentIdo Schimmel2015-11-021-3/+3
| * bridge: vlan: Prevent possible use-after-freeIdo Schimmel2015-11-021-0/+2
|/
* tcp/dccp: fix ireq->pktopts raceEric Dumazet2015-11-022-17/+17
* RDS: convert bind hash table to re-sizable hashtablesantosh.shilimkar@oracle.com2015-11-023-86/+56
* net: rds: changing the return type from int to voidSaurabh Sengar2015-11-021-4/+2
* Merge branch 'encx24j600-fixes'David S. Miller2015-11-021-3/+5
|\
| * net: encx24j600: Export missing SPI module alias informationJavier Martinez Canillas2015-11-021-0/+1
| * net: encx24j600: Fix SPI id table definitionJavier Martinez Canillas2015-11-021-3/+4
|/
* enic: assign affinity hint to interruptsGovindarajulu Varadarajan2015-11-022-0/+99
* ipv4: use l4 hash for locally generated multipath flowsPaolo Abeni2015-11-021-1/+2
* Use 64-bit timekeepingTina Ruchandani2015-11-011-5/+6
* net: hisilicon: Remove .owner assignment from platform_driverhuangdaode2015-11-011-1/+0
* net: dsa: use switchdev obj for VLAN add/del opsVivien Didelot2015-11-016-51/+115
* VSOCK: define VSOCK_SS_LISTEN once onlyStefan Hajnoczi2015-11-013-22/+22
* Merge branch 'csum_partial_frags'David S. Miller2015-11-012-44/+43
|\
| * ipv6: add defensive check for CHECKSUM_PARTIAL skbs in ip_fragmentHannes Frederic Sowa2015-11-011-4/+4
| * ipv6: no CHECKSUM_PARTIAL on MSG_MORE corked socketsHannes Frederic Sowa2015-11-011-37/+33
| * ipv4: add defensive check for CHECKSUM_PARTIAL skbs in ip_fragmentHannes Frederic Sowa2015-11-011-3/+5
| * ipv4: no CHECKSUM_PARTIAL on MSG_MORE corked socketsHannes Frederic Sowa2015-11-011-0/+1
|/