summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net/trivial: replace numeric with standard PM state macrosYijing Wang2013-06-288-10/+10
* nlmon: fix comparison in nlmon_is_valid_mtuDaniel Borkmann2013-06-281-1/+5
* drivers: net: cpsw: add newline after MACID logDaniel Mack2013-06-281-2/+2
* pch_gbe: use managed functions pcim_* and devm_*Andy Shevchenko2013-06-281-35/+15
* pch_gbe: convert pr_* to netdev_*Andy Shevchenko2013-06-286-164/+250
* pch_gbe: remove inline keyword for exported functionsAndy Shevchenko2013-06-283-13/+13
* usbnet: ax88179_178a: add .reset_resume hookDavid Chang2013-06-281-0/+1
* usbnet: ax88179_178a: Correct a typo in descriptionDavid Chang2013-06-281-2/+2
* ipv4: use next hop exceptions also for input routesTimo Teräs2013-06-283-17/+54
* ipv6: resend MLD report if a link-local address completes DADHannes Frederic Sowa2013-06-284-5/+67
* ipv6: introduce per-interface counter for dad-completed ipv6 addressesHannes Frederic Sowa2013-06-282-8/+32
* bonding: when cloning a MAC use NET_ADDR_STOLENnikolay@redhat.com2013-06-271-14/+19
* bonding: remove unnecessary dev_addr_from_first membernikolay@redhat.com2013-06-272-6/+2
* bonding: remove unnecessary setup_by_slave membernikolay@redhat.com2013-06-272-5/+1
* netlink: fix splat in skb_clone with large messagesPablo Neira2013-06-273-18/+35
* sit: add support of x-netnsNicolas Dichtel2013-06-273-11/+42
* dev: introduce skb_scrub_packet()Nicolas Dichtel2013-06-273-10/+25
* fec: Add support for reading RMON registersChris Healy2013-06-262-0/+169
* ipv6: rearm router solicitaion timer when setting new tokenized addressHannes Frederic Sowa2013-06-261-1/+4
* sit: fix 4in4 + IPsec scenarioNicolas Dichtel2013-06-261-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2013-06-263-0/+7
|\
| * xfrm: add LINUX_MIB_XFRMACQUIREERROR statistic counterFan Du2013-06-063-0/+7
* | arc_emac: fix compile-time errors & warnings on PPC64Alexey Brodkin2013-06-261-26/+39
* | bonding: add an option to fail when any of arp_ip_target is inaccessibleVeaceslav Falico2013-06-254-14/+147
* | bonding: doc: some details on backup slave arp validationVeaceslav Falico2013-06-251-0/+6
* | bonding: don't trust arp requests unless active slave really worksVeaceslav Falico2013-06-251-1/+8
* | bonding: don't validate arp if we don't have toVeaceslav Falico2013-06-251-0/+4
* | bonding: don't add duplicate targets to arp_ip_targetVeaceslav Falico2013-06-251-1/+5
* | bonding: add helper function bond_get_targets_ip(targets, ip)Veaceslav Falico2013-06-253-45/+46
* | net: davinci_mdio: gaurd the DT code with IS_ENABLED(CONFIG_OF)Lad, Prabhakar2013-06-251-1/+4
* | net: davinci_emac: simplify the OF parser codeLad, Prabhakar2013-06-251-44/+23
* | net: davinci: emac: Convert to devm_* apiLad, Prabhakar2013-06-251-40/+9
* | doc: fix some syntax errors in netlink mmap sample codeCong Wang2013-06-251-2/+2
* | macvtap: Perform GSO on forwarding path.Vlad Yasevich2013-06-251-1/+31
* | macvtap: Let TUNSETOFFLOAD actually controll offload features.Vlad Yasevich2013-06-253-1/+76
* | macvtap: Consistently use rcu functionsVlad Yasevich2013-06-251-9/+9
* | macvtap: Convert to using rtnl lockVlad Yasevich2013-06-251-37/+25
* | net: poll/select low latency socket supportEliezer Tamir2013-06-257-22/+91
* | ethernet/arc/arc_emac - Add new driverAlexey Brodkin2013-06-258-0/+1249
* | net: sctp: simplify sctp_get_portDaniel Borkmann2013-06-251-4/+1
* | net: sctp: decouple cleaning some socket data from endpointDaniel Borkmann2013-06-252-10/+25
* | net: sctp: minor: sctp_seq_dump_local_addrs add missing newlineDaniel Borkmann2013-06-251-1/+1
* | net: sctp: migrate cookie life from timeval to ktimeDaniel Borkmann2013-06-255-50/+15
* | ktime: add ms_to_ktime() and ktime_add_ms() helpersDaniel Borkmann2013-06-251-0/+13
* | net: sctp: remove TEST_FRAME ifdefDaniel Borkmann2013-06-251-7/+0
* | net/mlx4_core: Fail device init if num_vfs is negativeJack Morgenstein2013-06-251-0/+5
* | net/mlx4_core: Add warning in case of command timeoutsDotan Barak2013-06-251-0/+6
* | net/mlx4_core: Replace sscanf() with kstrtoint()Dotan Barak2013-06-251-3/+3
* | net/mlx4_en: Remove an unnecessary testDotan Barak2013-06-251-3/+0
* | net/mlx4_en: Add prints when TX timeout occursYevgeny Petrilin2013-06-251-0/+9
OpenPOWER on IntegriCloud