aboutsummaryrefslogtreecommitdiffstats
path: root/security (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-07udp: Increment UDP_MIB_IGNOREDMULTI for arriving unmatched multicastsRick Jones5-6/+20
2014-11-07cdc-ether: implement MULTICAST flag on the deviceOliver Neukum1-9/+10
2014-11-07uapi: resort Kbuild entriesstephen hemminger1-44/+44
2014-11-07stmmac: platform: fix sparse warningsAndy Shevchenko7-6/+39
2014-11-07stmmac: remove custom implementation of print_hex_dump()Andy Shevchenko1-8/+2
2014-11-07net: Kill skb_copy_datagram_const_iovecHerbert Xu2-92/+0
2014-11-07macvtap: Use iovec iteratorsHerbert Xu1-25/+21
2014-11-07tun: Use iovec iteratorsHerbert Xu1-35/+30
2014-11-07inet: Add skb_copy_datagram_iterHerbert Xu2-0/+90
2014-11-06vxlan: Fix to enable UDP checksums on interfaceTom Herbert1-0/+3
2014-11-06amd-xgbe: Check for complete packet on skb allocation errorLendacky, Thomas1-2/+2
2014-11-06amd-xgbe: Free channel/ring structures laterLendacky, Thomas1-3/+3
2014-11-06netxen: Fix link event handling.Manish Chopra1-1/+2
2014-11-06enic: update desc properly in rx_copybreakGovindarajulu Varadarajan1-12/+2
2014-11-06enic: handle error condition properly in enic_rq_indicate_bufGovindarajulu Varadarajan1-0/+6
2014-11-06net/mlx5_core: Fix race on driver loadEli Cohen1-2/+2
2014-11-06net/mlx5_core: Fix race in create EQEli Cohen1-4/+3
2014-11-06sunvnet: Return from vnet_napi_event() if no packets to readSowmini Varadhan1-3/+2
2014-11-06sunvnet: Fix indentation in maybe_tx_wakeup()Sowmini Varadhan1-1/+1
2014-11-06r8152: remove the definitions of the PIDhayeswang1-7/+3
2014-11-06r8152: modify rtl_ops_inithayeswang1-51/+28
2014-11-06r8152: move r8152b_get_versionhayeswang1-2/+1
2014-11-06sock.h: Remove unused NETDEBUG macroJoe Perches1-3/+0
2014-11-06net: esp: Convert NETDEBUG to pr_infoJoe Perches2-10/+10
2014-11-06net; ipv[46] - Remove 2 unnecessary NETDEBUG OOM messagesJoe Perches2-11/+7
2014-11-06dsa: mv88e6171: Add support for mv88e6172Andrew Lunn2-4/+7
2014-11-06net: dsa: slave: Fix autoneg for phys on switch MDIO busAndrew Lunn1-2/+5
2014-11-06sched: fix act file names in header commentJiri Pirko6-6/+6
2014-11-06net/9p: remove a comment about pref member which doesn't existRyo Munakata1-1/+0
2014-11-06drivers: net: cpsw: remove cpsw_ale_stop from cpsw_ale_destroyMugunthan V N1-1/+0
2014-11-06net: mv643xx_eth: reclaim TX skbs only when released by the HWKarl Beldan1-8/+10
2014-11-06sfc: Add NIC type operations to replace direct calls from efx.c into siena_sriov.cShradha Shah7-8/+56
2014-11-06sfc: Rename implementations in siena_sriov.c to have a 'siena' prefixShradha Shah6-141/+149
2014-11-06sfc: Move the current VF state from efx_nic into siena_nic_dataShradha Shah5-52/+84
2014-11-06xen-netback: remove unconditional __pskb_pull_tail() in guest Tx pathMalcolm Crossley1-14/+12
2014-11-06stmmac: pci: convert to use dev_* macrosAndy Shevchenko1-4/+4
2014-11-06stmmac: pci: use managed resourcesAndy Shevchenko1-33/+10
2014-11-06stmmac: pci: convert to use dev_pm_opsAndy Shevchenko1-16/+11
2014-11-06stmmac: pci: use defined constant instead of magic numberAndy Shevchenko1-1/+1
2014-11-06stmmac: fix sparse warningsAndy Shevchenko2-3/+6
2014-11-06ip6_tunnel: Add support for wildcard tunnel endpoints.Steffen Klassert1-1/+40
2014-11-06ipv6: Allow sending packets through tunnels with wildcard endpointsSteffen Klassert4-12/+26
2014-11-05openvswitch: Avoid NULL mask check while building maskPravin B Shelar1-54/+53
2014-11-05openvswitch: Refactor action alloc and copy api.Pravin B Shelar3-29/+21
2014-11-05openvswitch: Move key_attr_size() to flow_netlink.h.Joe Stringer3-28/+37
2014-11-05openvswitch: Remove flow member from struct ovs_skb_cbLorand Jakab3-12/+9
2014-11-05openvswitch: Fix the type of struct ovs_key_nd nd_target field.Jarno Rajahalme1-3/+3
2014-11-05openvswitch: Drop packets when interdev is not upChunhe Li1-0/+5
2014-11-05openvswitch: Refactor get_dp() function into multiple access APIs.Andy Zhou1-10/+21
2014-11-05openvswitch: Refactor ovs_flow_cmd_fill_info().Joe Stringer1-27/+66