aboutsummaryrefslogtreecommitdiffstats
path: root/net/key (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-22tcp: avoid possible arithmetic overflowsEric Dumazet5-14/+23
2014-09-22ipv6: mld: answer mldv2 queries with mldv1 reports in mldv1 fallbackDaniel Borkmann2-11/+35
2014-09-22net: bpf: fix compiler warnings in test_bpfAlexei Starovoitov1-2/+2
2014-09-22net: sched: cls_u32 changes to knode must appear atomic to readersJohn Fastabend1-9/+126
2014-09-22net: cls_u32: fix missed pcpu_success free_percpuJohn Fastabend1-0/+13
2014-09-22bonding: remove the unnecessary notes for bond_xmit_broadcast()dingtianhong1-1/+0
2014-09-22bonding: slight optimization for bond_xmit_roundrobin()dingtianhong1-1/+1
2014-09-22udp: Need to make ip6_udp_tunnel.c have GPL licenseTom Herbert1-0/+2
2014-09-22be2net: fix alignment on line wrapKalesh AP3-10/+11
2014-09-22be2net: remove multiple assignments on a single lineKalesh AP3-8/+12
2014-09-22be2net: remove space after typecastsKalesh AP2-5/+5
2014-09-22be2net: remove unnecessary blank lines after an open braceKalesh AP2-5/+0
2014-09-22be2net: insert a blank line after function/struct//enum definitionsKalesh AP2-0/+5
2014-09-22be2net: remove multiple blank linesKalesh AP3-4/+0
2014-09-22be2net: add blank line after declarationsKalesh AP4-0/+38
2014-09-22be2net: remove return statements for void functionsKalesh AP2-5/+0
2014-09-22be2net: add speed reporting for 20G-KR interfaceVasundhara Volam2-0/+8
2014-09-22be2net: add speed reporting for 40G/KR interfaceKalesh AP1-0/+7
2014-09-22be2net: fix sparse warnings in be_cmd_req_port_type{}Suresh Reddy1-2/+2
2014-09-22be2net: fix a sparse warning in be_cmd_modify_eqd()Kalesh AP1-2/+2
2014-09-22net: keep original skb which only needs header checking during software GSOJason Wang1-3/+5
2014-09-22net: fec: fix code identationNimrod Andy1-1/+1
2014-09-22net: dsa: bcm_sf2: add support for Wake-on-LANFlorian Fainelli2-0/+61
2014-09-22net: dsa: add {get, set}_wol callbacks to slave devicesFlorian Fainelli2-0/+31
2014-09-22net: dsa: bcm_sf2: add suspend/resume callbacksFlorian Fainelli1-0/+85
2014-09-22net: dsa: allow switch drivers to implement suspend/resume hooksFlorian Fainelli4-0/+119
2014-09-22Update qlge driver maintainers listHarish Patil1-3/+3
2014-09-22qlge: Fix compilation warningHarish Patil1-2/+2
2014-09-22am2150: Update nmclan_cs.c to use update PCMCIA APIJeff Kirsher1-1/+1
2014-09-19udp_tunnel: Only build ip6_udp_tunnel.c when IPV6 is selectedAndy Zhou1-1/+4
2014-09-19net/mlx4_en: Add mlx4_en_get_cqe helperIdo Shamay4-4/+11
2014-09-19net/mlx4_core: Cache line EQE size supportIdo Shamay1-11/+19
2014-09-19net/mlx4_core: Enable CQE/EQE stride supportIdo Shamay5-7/+108
2014-09-19net: fix sparse warnings in SNMP_UPD_PO_STATS(_BH)Sabrina Dubroca1-6/+2
2014-09-19gre: Setup and TX path for gre/UDP foo-over-udp encapsulationTom Herbert2-5/+89
2014-09-19ipip: Setup and TX path for ipip/UDP foo-over-udp encapsulationTom Herbert1-1/+77
2014-09-19sit: Setup and TX path for sit/UDP foo-over-udp encapsulationTom Herbert1-10/+97
2014-09-19net: Changes to ip_tunnel to support foo-over-udp encapsulationTom Herbert3-2/+120
2014-09-19fou: Add GRO supportTom Herbert3-2/+95
2014-09-19fou: Support for foo-over-udp RX pathTom Herbert4-0/+322
2014-09-19net: Export inet_offloads and inet6_offloadsTom Herbert2-0/+2
2014-09-19net: sched: cls_u32: rcu can not be last nodeJohn Fastabend1-1/+4
2014-09-19net: sched: use __skb_queue_head_init() where applicableEric Dumazet2-2/+2
2014-09-19bnx2x: Add a fallback multi-function mode NPAR1.5Yuval Mintz3-21/+42
2014-09-19bnx2x: New multi-function mode: UFPYuval Mintz6-18/+200
2014-09-19bnx2x: Changes with storage & MAC macrosDmitry Kravkov5-42/+54
2014-09-19net: phy: bcm7xxx: utilize PHY revision in config_initFlorian Fainelli1-6/+15
2014-09-19net: dsa: bcm_sf2: communicate integrated PHY revision to PHY driverFlorian Fainelli3-0/+18
2014-09-19net: dsa: allow switch drivers to specify phy_device::dev_flagsFlorian Fainelli2-1/+9
2014-09-19net: bcmgenet: communicate integrated PHY revision to PHY driverFlorian Fainelli3-2/+14