aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-16net: pch_gbe depends on x86_32Jean Delvare1-1/+1
2014-05-16ip_tunnel: don't add tunnel twiceDuan Jiong1-4/+2
2014-05-16tools: bpf_jit_disasm: increase image buffer sizeAlexei Starovoitov1-1/+1
2014-05-16tools: bpf_jit_disasm: ignore image address for disasmAlexei Starovoitov1-10/+8
2014-05-16net: systemport: wait for packet in umac_enable_set()Florian Fainelli1-0/+6
2014-05-16net: systemport: fix dma_unmap_single() lenFlorian Fainelli1-1/+1
2014-05-16bonding: replace SLAVE_IS_OK() with bond_slave_can_tx()Veaceslav Falico4-20/+11
2014-05-16bonding: rename {, bond_}slave_can_tx and clean it upVeaceslav Falico2-13/+10
2014-05-16bonding: convert IS_UP(slave->dev) to inline functionVeaceslav Falico4-16/+16
2014-05-16bonding: make IS_IP_TARGET_UNUSABLE_ADDRESS an inline functionVeaceslav Falico3-6/+8
2014-05-16bonding: create a macro for bond mode and use itVeaceslav Falico8-58/+60
2014-05-16bonding: make USES_PRIMARY inline functionsVeaceslav Falico4-27/+32
2014-05-16bonding: make BOND_NO_USES_ARP an inline functionVeaceslav Falico3-7/+8
2014-05-16bonding: make TX_QUEUE_OVERRIDE() macro an inline functionVeaceslav Falico2-8/+9
2014-05-16bonding: remove BOND_MODE_IS_LB macroVeaceslav Falico1-5/+2
2014-05-16net: unix: Align send data_len up to PAGE_SIZEKirill Tkhai1-1/+7
2014-05-15macvlan: simplify the structure portdingtianhong1-7/+5
2014-05-15vti6: delete unneeded call to netdev_privJulia Lawall1-3/+0
2014-05-15ip_tunnel: delete unneeded call to netdev_privJulia Lawall1-2/+1
2014-05-15net/ariadne: delete unneeded call to netdev_privJulia Lawall1-3/+0
2014-05-15drivers/net/wan: delete unneeded call to netdev_privJulia Lawall1-4/+0
2014-05-15net: systemport: pad packets to a minimum of 68 bytesFlorian Fainelli2-7/+23
2014-05-15net: systemport: only update UMAC_CMD if something changedFlorian Fainelli1-5/+6
2014-05-15ti: Remove trailing semicolon from do {...} while (0) macroJoe Perches1-2/+2
2014-05-15seccomp: JIT compile seccomp filterAlexei Starovoitov1-9/+20
2014-05-15net: filter: x86: internal BPF JITAlexei Starovoitov4-655/+748
2014-05-15net: filter: x86: split bpf_jit_compile()Alexei Starovoitov1-65/+92
2014-05-15mac802154: make mac802154_wpan_open staticPhoebe Buckheister1-1/+1
2014-05-15ieee802154: fix dgram socket sendmsg()Phoebe Buckheister1-9/+19
2014-05-156lowpan: fix fragmentationPhoebe Buckheister1-94/+104
2014-05-15ieee802154: change _cb handling slightlyPhoebe Buckheister5-44/+28
2014-05-15mac802154: account for all header parts during wpan header creationgPhoebe Buckheister1-1/+1
2014-05-15ieee802154: add definitions for link-layer security and header functionsPhoebe Buckheister3-7/+83
2014-05-15drivers: net: Register Micrel ksz884x network devices in PCI device tree.Markus Lottmann1-0/+1
2014-05-15net: Fix CONFIG_SYSCTL ifdef test.David S. Miller1-1/+1
2014-05-15drivers: net: davinci_cpdma: Convert kzalloc() to devm_kzalloc().George Cherian1-23/+12
2014-05-15net: davinci_mdio: Convert pr_err() to dev_err() callGeorge Cherian1-1/+1
2014-05-15driver net: cpsw: Convert pr_*() to dev_*() callsGeorge Cherian1-25/+25
2014-05-14driver/net/ethernet/ec_bhf.c: fix sparse warningsDarek Marcinkiewicz1-10/+10
2014-05-14net: Use a more standard macro for INET_ADDR_COOKIEJoe Perches3-6/+8
2014-05-14net: systemport: Use devm_ioremap_resource()Jingoo Han1-4/+3
2014-05-14net/mlx4_core: Fix inaccurate return value of mlx4_flow_attach()Eyal Perry1-1/+1
2014-05-14net/mlx4_en: Using positive error value for unsignedEyal Perry1-2/+2
2014-05-14net/mlx4_en: Protect MAC address modification with the state_lock mutexShani Michaelli1-2/+1
2014-05-14net/mlx4_core: Removed unnecessary bit operation conditionEyal Perry1-5/+4
2014-05-14net/mlx4_core: Fix smatch error - possible access to a null variableEyal Perry1-0/+14
2014-05-14net/mlx4_en: Fix errors in MAC address changing when port is downShani Michaelli1-2/+3
2014-05-14net/mlx4_en: User prio mapping gets corrupted when changing number of channelsIdo Shamay1-1/+2
2014-05-14net/mlx4_core: Enforce irq affinity changes immediatlyYuval Atias5-2/+83
2014-05-14macvlan: Propagate lowerdev MTU changesdingtianhong1-0/+7