summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-07-01ipv6,mcast: always hold idev->lock before mca_lockAmerigo Wang
2013-07-01vti: remove duplicated code to fix a memory leakCong Wang
2013-07-01gre: fix a regression in ioctlCong Wang
2013-07-01net: sctp: rework debugging framework to use pr_debug and friendsDaniel Borkmann
2013-07-01lib: vsprintf: add IPv4/v6 generic %p[Ii]S[pfs] format specifierDaniel Borkmann
2013-07-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/shemmi...David S. Miller
2013-07-01net: Swap ver and type in pppoe_hdrChangli Gao
2013-07-01x25: Fix broken locking in ioctl error paths.Dave Jones
2013-07-01netem: use rb tree to implement the time queueEric Dumazet
2013-07-01net: qmi_wwan: add TP-LINK MA260Bjørn Mork
2013-07-01net: qmi_wwan: add Option GTM681WBjørn Mork
2013-07-01net: qmi_wwan: fixup Sierra Wireless MC8305 entryBjørn Mork
2013-07-01net: avoid calling sched_clock when LLS is offEliezer Tamir
2013-07-01net: fix LLS debug_smp_processor_id() warningEliezer Tamir
2013-07-01neighbour: fix a race in neigh_destroy()Eric Dumazet
2013-07-01net: stmmac: fixed enh_desc set always zeroByungho An
2013-07-01net: stmmac: fixed operator typoByungho An
2013-07-01xen: Use more current logging stylesJoe Perches
2013-07-01net: fec: Fix multicast list setup in fec_restart().Christoph Müllner
2013-07-01ipv6: fix ecmp lookup when oif is specifiedNicolas Dichtel
2013-07-01ipv6: only apply anti-spoofing checks to not-pointopoint tunnelsHannes Frederic Sowa
2013-07-01Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2013-07-01openvswitch: Add Kconfig dependency on GRE-DEMUX.Pravin B Shelar
2013-07-01alx: fix ethtool support codeJohannes Berg
2013-07-01alx: fix MAC address alignment problemJohannes Berg
2013-07-01alx: separate link speed/duplex fieldsJohannes Berg
2013-07-01alx: make sizes unsignedJohannes Berg
2013-07-01alx: remove NET_CORE Kconfig selectJohannes Berg
2013-07-01alx: fix 100mbit/half duplex speed translationJohannes Berg
2013-07-01alx: treat flow control correctly in alx_set_pauseparam()Johannes Berg
2013-07-01net/mlx4_core: Add HW enforcement to VF link stateRony Efraim
2013-07-01net/mlx4_core: Dynamic VST to VST vlan/qos changesJack Morgenstein
2013-06-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller
2013-06-30netfilter: nf_queue: add NFQA_SKB_CSUM_NOTVERIFIED info flagFlorian Westphal
2013-06-29bonding: combine pr_debugs in bond_set_dev_addr into oneNikolay Aleksandrov
2013-06-28Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller
2013-06-28ssb/trivial: replace numeric with standard PM state macrosYijing Wang
2013-06-28net/trivial: replace numeric with standard PM state macrosYijing Wang
2013-06-28nlmon: fix comparison in nlmon_is_valid_mtuDaniel Borkmann
2013-06-28drivers: net: cpsw: add newline after MACID logDaniel Mack
2013-06-28pch_gbe: use managed functions pcim_* and devm_*Andy Shevchenko
2013-06-28pch_gbe: convert pr_* to netdev_*Andy Shevchenko
2013-06-28pch_gbe: remove inline keyword for exported functionsAndy Shevchenko
2013-06-28usbnet: ax88179_178a: add .reset_resume hookDavid Chang
2013-06-28usbnet: ax88179_178a: Correct a typo in descriptionDavid Chang
2013-06-28ipv4: use next hop exceptions also for input routesTimo Teräs
2013-06-28ipv6: resend MLD report if a link-local address completes DADHannes Frederic Sowa
2013-06-28ipv6: introduce per-interface counter for dad-completed ipv6 addressesHannes Frederic Sowa
2013-06-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-06-27bonding: when cloning a MAC use NET_ADDR_STOLENnikolay@redhat.com