summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-15Merge branch 'filter-next'David S. Miller5-693/+824
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-15Merge branch 'ieee802154-next'David S. Miller7-156/+236
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-15Merge branch 'cpsw_cleanups'David S. Miller3-49/+38
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-14Merge branch 'mlx4-next'David S. Miller10-15/+110
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
2014-05-14dccp: make the request_retries minimum is 1wangweidong1-1/+2
2014-05-14snmp: fix some left over of snmp statsWANG Cong2-5/+5
2014-05-14ipv4: make ip_local_reserved_ports per netnsWANG Cong9-37/+38
2014-05-14irda: sh_irda: Enable driver compilation with COMPILE_TESTLaurent Pinchart1-1/+2
2014-05-14Merge branch 'tipc-next'David S. Miller19-351/+348
2014-05-14tipc: merge port message reception into socket reception functionJon Paul Maloy6-59/+46
2014-05-14tipc: clean up neigbor discovery message receptionJon Paul Maloy1-108/+111
2014-05-14tipc: improve and extend media address conversion functionsJon Paul Maloy6-76/+83
2014-05-14tipc: rename and move message reassembly functionJon Paul Maloy8-91/+74
2014-05-14tipc: mark head of reassembly buffer as non-linearJon Paul Maloy1-0/+2
2014-05-14tipc: don't record link RESET or ACTIVATE messages as trafficJon Paul Maloy1-3/+4
2014-05-14tipc: compensate for double accounting in socket rcv bufferJon Paul Maloy2-9/+21
2014-05-14tipc: decrease connection flow control windowJon Paul Maloy3-9/+11
2014-05-14bonding: alloc the structure ad_info dynamically in per slavedingtianhong6-37/+67