summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2011-05-16caif: Handle dev_queue_xmit errors.sjur.brandeland@stericsson.com1-1/+2
2011-05-16caif: prepare support for namespacessjur.brandeland@stericsson.com2-81/+14
2011-05-16caif: Protected in-flight packets using dev or sock refcont.sjur.brandeland@stericsson.com1-0/+29
2011-05-16caif: Move refcount from service layer to sock and dev.sjur.brandeland@stericsson.com1-13/+16
2011-05-16caif: Add ref-count to framing layersjur.brandeland@stericsson.com1-1/+4
2011-05-16caif: Use RCU instead of spin-lock in caif_dev.csjur.brandeland@stericsson.com1-0/+10
2011-05-16caif: Use rcu_read_lock in CAIF mux layer.sjur.brandeland@stericsson.com1-0/+2
2011-05-14ipv4: Remove route key identity dependencies in ip_rt_get_source().David S. Miller1-1/+1
2011-05-14net: ipv4: add IPPROTO_ICMP socket kindVasiliy Kulikov2-0/+59
2011-05-13ethtool: Added support for FW dumpAnirban Chakraborty1-0/+31
2011-05-13netdevice.h: Align struct net_device membersJoe Perches1-4/+4
2011-05-13net: introduce netdev_change_features()Michał Mirosław1-0/+1
2011-05-13ipvs: Remove all remaining references to rt->rt_{src,dst}Julian Anastasov1-5/+4
2011-05-13net: group FCoE related feature flagsYi Zou1-1/+5
2011-05-13garp: remove last synchronize_rcu() callEric Dumazet1-0/+1
2011-05-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-0/+20
2011-05-11Merge branch 'tipc-May10-2011' of git://git.kernel.org/pub/scm/linux/kernel/g...David S. Miller1-1/+1
2011-05-11Merge branch 'pablo/nf-2.6-updates' of git://1984.lsi.us.es/net-2.6David S. Miller1-0/+17
2011-05-11xfrm: Assign the inner mode output function to the dst entrySteffen Klassert1-0/+3
2011-05-11ipv4: Pass explicit daddr arg to ip_send_reply().David S. Miller1-2/+2
2011-05-11tipc: Abort excessive send requests as early as possibleAllan Stephens1-1/+1
2011-05-10IPVS: init and cleanup restructuringHans Schillstrom1-0/+17
2011-05-09net: add mac_pton() for parsing MAC addressAlexey Dobriyan1-0/+1
2011-05-09vlan: remove one synchronize_net() callEric Dumazet1-1/+0
2011-05-09garp: remove one synchronize_rcu() callEric Dumazet1-0/+1
2011-05-09ipv4: Pass flow key down into ip_append_*().David S. Miller1-2/+2
2011-05-09ipv4: Pass flow keys down into datagram packet building engine.David S. Miller1-3/+5
2011-05-09net: Allow ethtool to set interface in loopback mode.Mahesh Bandewar1-1/+2
2011-05-09ethtool: Add 20G bit definitionsYaniv Rosner1-0/+4
2011-05-09inet: Pass flowi to ->queue_xmit().David S. Miller3-3/+3
2011-05-09ipv4: Create inet_csk_route_child_sock().David S. Miller1-0/+3
2011-05-09sctp: Store a flowi in transports to provide persistent keying.David S. Miller1-0/+1
2011-05-08ethtool: remove phys_id from ethtool_opsStephen Hemminger1-7/+0
2011-05-07inet: Decrease overhead of on-stack inet_cork.David S. Miller2-5/+9
2011-05-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2011-05-06Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller9-47/+118
2011-05-05net: Add sendmmsg socket system callAnton Blanchard4-0/+7
2011-05-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville9-47/+118
2011-05-05can: make struct can_proto constKurt Van Dijck1-2/+2
2011-05-04ipv4: Kill rt->rt_{src, dst} usage in IP GRE tunnels.David S. Miller1-10/+9
2011-05-04ipv4: Pass explicit saddr/daddr args to ipmr_get_route().David S. Miller1-0/+1
2011-05-04ipv4: Make caller provide on-stack flow key to ip_route_output_ports().David S. Miller1-6/+5
2011-05-04ipv4: Renamt struct rtable's rt_tos to rt_key_tos.David S. Miller1-1/+1
2011-05-04net/stmmac: Move "#include <linux/platform_device.h>" to linux/stmmac.hViresh KUMAR1-0/+2
2011-05-03net: dont hold rtnl mutex during netlink dump callbacksEric Dumazet1-1/+1
2011-04-30ethtool: Call ethtool's get/set_settings callbacks with cleaned dataDavid Decotigny3-14/+12
2011-04-30ethtool: cosmetics: enforce const-ness in ethtool_cmd_speedDavid Decotigny1-4/+10
2011-04-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville4-39/+65
2011-04-29ipv4: Remove now superfluous code in ip_route_connect().David S. Miller1-2/+0
2011-04-29ipv4: Use caller's on-stack flowi as-is in output route lookups.David S. Miller1-1/+1