summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-09-30qdisc: meta return ENOMEM on alloc failurestephen hemminger
2013-09-30bonding: trivial: remove forgotten bond_next_vlan()Veaceslav Falico
2013-09-30Merge branch '20130926_include_linux_networking_externs' of git://repo.or.cz/...David S. Miller
2013-09-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2013-09-30hamradio: baycom: remove deprecated IRQF_DISABLEDMichael Opdenacker
2013-09-30dev: always advertise rx_flags changes via netlinkNicolas Dichtel
2013-09-30dev: update __dev_notify_flags() to send rtnl msgNicolas Dichtel
2013-09-30net: qmi_wwan: fix checkpatch warningsFabio Porcedda
2013-09-30net: qmi_wwan: add Telit LE920 newer firmware supportFabio Porcedda
2013-09-28net: introduce SO_MAX_PACING_RATEEric Dumazet
2013-09-28bonding: remove bond_next_slave()Veaceslav Falico
2013-09-28bonding: don't use bond_next_slave() in bond_info_seq_next()Veaceslav Falico
2013-09-28bonding: remove unused __get_next_agg()Veaceslav Falico
2013-09-28bonding: make bond_3ad_unbind_slave() use bond_for_each_slave()Veaceslav Falico
2013-09-28bonding: make ad_agg_selection_logic() use bond_for_each_slave()Veaceslav Falico
2013-09-28bonding: make __get_active_agg() use bond_for_each_slave()Veaceslav Falico
2013-09-28bonding: make ad_port_selection_logic() use bond_for_each_slave()Veaceslav Falico
2013-09-28bonding: remove __get_first_port()Veaceslav Falico
2013-09-28bonding: remove __get_next_port()Veaceslav Falico
2013-09-28bonding: verify if we still have slaves in bond_3ad_unbind_slave()Veaceslav Falico
2013-09-28bonding: correctly verify for the first slave in bond_enslaveVeaceslav Falico
2013-09-28bnx2x: use pcie_get_minimum_link()Yuval Mintz
2013-09-28bnx2x: Add support for EXTPHY2 LED modeYaniv Rosner
2013-09-28bnx2x: Change function prototypeYaniv Rosner
2013-09-28bnx2x: Don't disable/enable SR-IOV when loadingAriel Elior
2013-09-28bnx2x: Correct VF driver infoYuval Mintz
2013-09-28bnx2x: Test nvram when interface is downYuval Mintz
2013-09-28ipv4: processing ancillary IP_TOS or IP_TTLFrancesco Fusco
2013-09-28ipv4: IP_TOS and IP_TTL can be specified as ancillary dataFrancesco Fusco
2013-09-27lance: Fix hardcoded interrupt name lp->name to use system device valueNate Levesque
2013-09-27hp100: replace hardcoded name in /proc/interrupts with interface nameMihir Singh
2013-09-27ipv6: compare sernum when walking fib for /proc/net/ipv6_route as safety netHannes Frederic Sowa
2013-09-27ipv6: avoid high order memory allocations for /proc/net/ipv6_routeHannes Frederic Sowa
2013-09-27net: phy: at803x: add suspend/resume callbacksDaniel Mack
2013-09-27net: phy: at803x: don't pass function pointers with &Daniel Mack
2013-09-27Merge branch 'qlge'David S. Miller
2013-09-27qlge: Update version to 1.00.00.33Jitendra Kalsaria
2013-09-27qlge: Enhance nested VLAN (Q-in-Q) handling.Jitendra Kalsaria
2013-09-27netxen_nic: Update version to 4.0.82Shahed Shaikh
2013-09-27netxen_nic: Print ULA informationShahed Shaikh
2013-09-26[networking]device.h: Remove extern from function prototypesJoe Perches
2013-09-26net.h/skbuff.h: Remove extern from function prototypesJoe Perches
2013-09-26netfilter: Remove extern from function prototypesJoe Perches
2013-09-26Merge branch 'bonding_neighbours'David S. Miller
2013-09-26net: create sysfs symlinks for neighbour devicesVeaceslav Falico
2013-09-26net: expose the master link to sysfs, and remove it from bondVeaceslav Falico
2013-09-26vlan: unlink the upper neighbour before unregisteringVeaceslav Falico
2013-09-26vlan: link the upper neighbour only after registeringVeaceslav Falico
2013-09-26bonding: remove slave listsVeaceslav Falico
2013-09-26bonding: use neighbours for bond_next_slave()Veaceslav Falico