summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-12-05net/sched: cls_flower: Set the filter Hardware device for all use-casesHadar Hen Zion1-1/+4
2016-12-05ipv6: Allow IPv4-mapped address as next-hopErik Nordmark1-1/+4
2016-12-05bpf: Preserve const register type on const OR alu opsGianluca Borello3-2/+68
2016-12-05r8169: Add support for restarting auto-negotiationFlorian Fainelli1-0/+8
2016-12-05Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller9-46/+47
2016-12-05Merge branch 'tcp-tsq-perf'David S. Miller7-68/+98
2016-12-05tcp: tsq: move tsq_flags close to sk_wmem_allocEric Dumazet6-20/+17
2016-12-05net: reorganize struct sock for better data localityEric Dumazet1-24/+27
2016-12-05tcp: tcp_mtu_probe() is likely to exit earlyEric Dumazet1-9/+9
2016-12-05tcp: tsq: add a shortcut in tcp_small_queue_check()Eric Dumazet1-0/+9
2016-12-05tcp: tsq: avoid one atomic in tcp_wfree()Eric Dumazet1-1/+4
2016-12-05tcp: tsq: add shortcut in tcp_tasklet_func()Eric Dumazet1-10/+12
2016-12-05tcp: tsq: remove one locked operation in tcp_wfree()Eric Dumazet1-3/+10
2016-12-05tcp: tsq: add tsq_flags / tsq_enumEric Dumazet2-9/+18
2016-12-05Merge branch 'bnxt_en-dcbnl'David S. Miller9-639/+1596
2016-12-05bnxt_en: Add PFC statistics.Michael Chan3-8/+36
2016-12-05bnxt_en: Implement DCBNL to support host-based DCBX.Michael Chan6-3/+557
2016-12-05bnxt_en: Update firmware header file to latest 1.6.0.Michael Chan4-621/+993
2016-12-05bnxt_en: Re-factor bnxt_setup_tc().Michael Chan2-8/+11
2016-12-05net: phy: dp83848: Support ethernet pause framesJesper Nilsson1-1/+3
2016-12-04ipv6 addrconf: Implemented enhanced DAD (RFC7527)Erik Nordmark8-6/+64
2016-12-04Merge branch 'mv88e6390-batch-three'David S. Miller8-42/+225
2016-12-04net: dsa: mv88e6xxx: Implement mv88e6390 pause controlAndrew Lunn4-0/+23
2016-12-04net: dsa: mv88e6xxx: Refactor pause configurationAndrew Lunn4-8/+33
2016-12-04net: dsa: mv88e6xxx: Refactor egress rate limitingAndrew Lunn4-12/+35
2016-12-04net: dsa: mv88e6xxx: Refactor setting of jumbo framesAndrew Lunn4-5/+38
2016-12-04net: dsa: mv88e6xxx: Reserved Management frames to CPUAndrew Lunn6-18/+97
2016-12-04Merge branch 'mv88e6390-batch-two'David S. Miller6-88/+594
2016-12-04net: dsa: mv88e6xxx: Refactor CPU and DSA port setupAndrew Lunn4-49/+319
2016-12-04net: dsa: mv88e6xxx: Move the tagging protocol into infoAndrew Lunn2-19/+31
2016-12-04net: dsa: mv88e6xxx: Monitor and Management tablesAndrew Lunn4-9/+145
2016-12-04net: dsa: mv88e6xxx: Implement mv88e6390 tag remapAndrew Lunn4-13/+101
2016-12-04Merge branch 'fib-notifier-event-replay'David S. Miller11-29/+342
2016-12-04ipv4: fib: Replay events when registering FIB notifierIdo Schimmel4-5/+174
2016-12-04ipv4: fib: Allow for consistent FIB dumpingIdo Schimmel3-0/+6
2016-12-04ipv4: fib: Convert FIB notification chain to be atomicIdo Schimmel1-4/+4
2016-12-04rocker: Register FIB notifier before creating portsIdo Schimmel1-4/+5
2016-12-04rocker: Implement FIB offload in deferred workIdo Schimmel2-8/+51
2016-12-04rocker: Create an ordered workqueue for FIB offloadIdo Schimmel2-0/+12
2016-12-04mlxsw: spectrum_router: Implement FIB offload in deferred workIdo Schimmel1-10/+62
2016-12-04mlxsw: core: Create an ordered workqueue for FIB offloadIdo Schimmel2-0/+24
2016-12-04ipv4: fib: Add fib_info_hold() helperIdo Schimmel1-0/+5
2016-12-04ipv4: fib: Export free_fib_info()Ido Schimmel1-0/+1
2016-12-04act_mirred: fix a typo in get_devWANG Cong1-1/+1
2016-12-04Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller9-184/+511
2016-12-04tcp: fix the missing avr32 SOF_TIMESTAMPING_OPT_STATSYuchung Cheng1-0/+2
2016-12-04udp: be less conservative with sock rmem accountingPaolo Abeni1-2/+2
2016-12-04net_sched: gen_estimator: account for timer driftsEric Dumazet1-9/+16
2016-12-04sfc: remove EFX_BUG_ON_PARANOID, use EFX_WARN_ON_[ONCE_]PARANOID insteadEdward Cree13-56/+55
2016-12-04Merge branch 'samples-bpf-automated-cgroup-tests'David S. Miller5-85/+352