summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mlx5: Add driver for Mellanox Connect-IB adaptersEli Cohen2013-07-0845-0/+15779
* IB/core: Add reserved values to enums for low-level driver useJack Morgenstein2013-07-081-2/+33
* ndisc: Convert use of typedef ctl_table to struct ctl_tableJoe Perches2013-06-201-1/+1
* ipv6: Convert use of typedef ctl_table to struct ctl_tableJoe Perches2013-06-201-2/+2
* inet: frag , remove an empty ifdef.Rami Rosen2013-06-201-2/+0
* htb: refactor struct htb_sched fields for performanceEric Dumazet2013-06-201-86/+95
* tcp: introduce a per-route knob for quick ackCong Wang2013-06-203-3/+10
* sctp: Convert __list_for_each use to list_for_eachDave Jones2013-06-201-1/+1
* bnx2: use pdev->pm_cap instead of pci_find_capability(.., PCI_CAP_ID_PM)Yijing Wang2013-06-201-1/+1
* amd8111e: use pdev->pm_cap instead of pci_find_capability(.., PCI_CAP_ID_PM)Yijing Wang2013-06-201-3/+3
* Bnx2x: remove redundant D0 power state setYijing Wang2013-06-201-3/+1
* net: Add missing dependencies on NETDEVICESBen Hutchings2013-06-203-7/+5
* at91_ether: Do not select NET_COREBen Hutchings2013-06-201-1/+0
* net: Move MII out from under NET_CORE and hide itBen Hutchings2013-06-2033-61/+3
* tcp:typo unset should be unsentWeiping Pan2013-06-201-1/+1
* bonding: trivial: make alb use bond_slave_has_mac()Veaceslav Falico2013-06-201-42/+11
* be2net: use pci_vfs_assigned()/pci_num_vf() instead of be_find_vfs()Sathya Perla2013-06-201-27/+4
* sit: fix an oops when IFLA_IPTUN_PROTO is not setNicolas Dichtel2013-06-201-1/+1
* net: sock: adapt SOCK_MIN_RCVBUF and SOCK_MIN_SNDBUFDaniel Borkmann2013-06-201-6/+9
* neigh: disallow un-init_net to change thresh of neighGao feng2013-06-201-0/+6
* neigh: only allow init_net to change the default neigh_parmsGao feng2013-06-201-1/+1
* neigh: no need to call lookup_neigh_parms in neigh_parms_allocGao feng2013-06-201-6/+2
* bnx2x: replace mechanism to check for next available packetDmitry Kravkov2013-06-204-37/+42
* bnx2x: add support for ndo_ll_pollDmitry Kravkov2013-06-204-11/+208
* net/mlx4_en: Low Latency recv statisticsAmir Vadai2013-06-203-1/+29
* net/mlx4_en: Add Low Latency Socket (LLS) supportAmir Vadai2013-06-204-4/+178
* openvswitch: gre tunneling support.David S. Miller2013-06-2023-456/+1373
|\
| * openvswitch: Add gre tunnel support.Pravin B Shelar2013-06-208-2/+323
| * openvswitch: Optimize flow key match for non tunnel flows.Pravin B Shelar2013-06-203-20/+42
| * openvswitch: Expand action buffer size.Pravin B Shelar2013-06-201-1/+1
| * openvswitch: Add tunneling interface.Pravin B Shelar2013-06-2010-7/+251
| * openvswitch: Copy individual actions.Pravin B Shelar2013-06-203-58/+225
| * ip_tunnel: Add dont fragment flag.Pravin B Shelar2013-06-201-0/+1
| * ip_tunnel: push generic protocol handling to ip_tunnel module.Pravin B Shelar2013-06-206-27/+54
| * ip_tunnels: extend iptunnel_xmit()Pravin B Shelar2013-06-206-94/+131
| * gre: export gre_handle_offloads() function.Pravin B Shelar2013-06-203-32/+32
| * gre: export gre_build_header() function.Pravin B Shelar2013-06-203-39/+35
| * gre: Allow multiple protocol listener for gre protocol.Pravin B Shelar2013-06-203-151/+267
| * gre: Simplify gre protocol registration locking.Pravin B Shelar2013-06-201-27/+13
|/
* sh_eth: get R8A7740 Rx descriptor word 0 shift out of #ifdefSergei Shtylyov2013-06-202-3/+4
* sh_eth: cleanup 'enum TD_STS_BIT'Sergei Shtylyov2013-06-201-4/+4
* sh_eth: remove redundant bits from 'eesipr_value' field initializerSergei Shtylyov2013-06-201-1/+1
* sh_eth: remove 'tx_error_check' field of 'struct sh_eth_cpu_data'Sergei Shtylyov2013-06-202-17/+0
* sh_eth: add NAPI supportSergei Shtylyov2013-06-202-12/+74
* sh_eth: define/use EESR_RX_CHECK macroSergei Shtylyov2013-06-202-11/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-20369-2198/+8019
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-06-191-2/+9
| |\
| | * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-06-191-2/+9
| | |\
| | | * nl80211: fix attrbuf access race by allocating a separate oneJohannes Berg2013-06-191-2/+9
| * | | vxlan: fix check for migration of static entrystephen hemminger2013-06-191-1/+1