summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2014-05-16net: phy: extend fixed driver with fixed_phy_register()Thomas Petazzoni
2014-05-16net: phy: decouple PHY id and PHY address in fixed PHY driverThomas Petazzoni
2014-05-16Merge branch 'bridge-non-promisc'David S. Miller
2014-05-16bridge: Automatically manage port promiscuous mode.Vlad Yasevich
2014-05-16bridge: Add addresses from static fdbs to non-promisc portsVlad Yasevich
2014-05-16bridge: Introduce BR_PROMISC flagVlad Yasevich
2014-05-16bridge: Add functionality to sync static fdb entries to hwVlad Yasevich
2014-05-16bridge: Keep track of ports capable of automatic discovery.Vlad Yasevich
2014-05-16bridge: Turn flag change macro into a function.Vlad Yasevich
2014-05-16net: pch_gbe depends on x86_32Jean Delvare
2014-05-16ip_tunnel: don't add tunnel twiceDuan Jiong
2014-05-16tools: bpf_jit_disasm: increase image buffer sizeAlexei Starovoitov
2014-05-16tools: bpf_jit_disasm: ignore image address for disasmAlexei Starovoitov
2014-05-16Merge branch 'systemport-next'David S. Miller
2014-05-16net: systemport: wait for packet in umac_enable_set()Florian Fainelli
2014-05-16net: systemport: fix dma_unmap_single() lenFlorian Fainelli
2014-05-16net/openvswitch: Use with RCU_INIT_POINTER(x, NULL) in vport-gre.cMonam Agarwal
2014-05-16openvswitch: Use TCP flags in the flow key for stats.Jarno Rajahalme
2014-05-16openvswitch: Fix output of SCTP mask.Jarno Rajahalme
2014-05-16openvswitch: Per NUMA node flow stats.Jarno Rajahalme
2014-05-16openvswitch: Remove 5-tuple optimization.Jarno Rajahalme
2014-05-16openvswitch: Use ether_addr_copyJoe Perches
2014-05-16openvswitch: flow_netlink: Use pr_fmt to OVS_NLERR outputJoe Perches
2014-05-16openvswitch: Use net_ratelimit in OVS_NLERRJoe Perches
2014-05-16openvswitch: Added (unsigned long long) cast in printfDaniele Di Proietto
2014-05-16openvswitch: avoid cast-qual warning in vport_privDaniele Di Proietto
2014-05-16openvswitch: avoid warnings in vport_from_privDaniele Di Proietto
2014-05-16openvswitch: use const in some local vars and castsDaniele Di Proietto
2014-05-16Merge branch 'bonding-next'David S. Miller
2014-05-16bonding: replace SLAVE_IS_OK() with bond_slave_can_tx()Veaceslav Falico
2014-05-16bonding: rename {, bond_}slave_can_tx and clean it upVeaceslav Falico
2014-05-16bonding: convert IS_UP(slave->dev) to inline functionVeaceslav Falico
2014-05-16bonding: make IS_IP_TARGET_UNUSABLE_ADDRESS an inline functionVeaceslav Falico
2014-05-16bonding: create a macro for bond mode and use itVeaceslav Falico
2014-05-16bonding: make USES_PRIMARY inline functionsVeaceslav Falico
2014-05-16bonding: make BOND_NO_USES_ARP an inline functionVeaceslav Falico
2014-05-16bonding: make TX_QUEUE_OVERRIDE() macro an inline functionVeaceslav Falico
2014-05-16bonding: remove BOND_MODE_IS_LB macroVeaceslav Falico
2014-05-16net: unix: Align send data_len up to PAGE_SIZEKirill Tkhai
2014-05-15macvlan: simplify the structure portdingtianhong
2014-05-15vti6: delete unneeded call to netdev_privJulia Lawall
2014-05-15ip_tunnel: delete unneeded call to netdev_privJulia Lawall
2014-05-15net/ariadne: delete unneeded call to netdev_privJulia Lawall
2014-05-15drivers/net/wan: delete unneeded call to netdev_privJulia Lawall
2014-05-15net: systemport: pad packets to a minimum of 68 bytesFlorian Fainelli
2014-05-15net: systemport: only update UMAC_CMD if something changedFlorian Fainelli
2014-05-15ti: Remove trailing semicolon from do {...} while (0) macroJoe Perches
2014-05-15Merge branch 'filter-next'David S. Miller
2014-05-15seccomp: JIT compile seccomp filterAlexei Starovoitov
2014-05-15net: filter: x86: internal BPF JITAlexei Starovoitov