summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2011-05-15caif: Add ref-count to framing layersjur.brandeland@stericsson.com
2011-05-15caif: Use RCU instead of spin-lock in caif_dev.csjur.brandeland@stericsson.com
2011-05-15caif: Use rcu_read_lock in CAIF mux layer.sjur.brandeland@stericsson.com
2011-05-13ipv4: Remove route key identity dependencies in ip_rt_get_source().David S. Miller
2011-05-13net: ipv4: add IPPROTO_ICMP socket kindVasiliy Kulikov
2011-05-13ethtool: Added support for FW dumpAnirban Chakraborty
2011-05-13netdevice.h: Align struct net_device membersJoe Perches
2011-05-12net: introduce netdev_change_features()Michał Mirosław
2011-05-12ipvs: Remove all remaining references to rt->rt_{src,dst}Julian Anastasov
2011-05-12net: group FCoE related feature flagsYi Zou
2011-05-12garp: remove last synchronize_rcu() callEric Dumazet
2011-05-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-05-11Merge branch 'tipc-May10-2011' of git://git.kernel.org/pub/scm/linux/kernel/g...David S. Miller
2011-05-10Merge branch 'pablo/nf-2.6-updates' of git://1984.lsi.us.es/net-2.6David S. Miller
2011-05-10xfrm: Assign the inner mode output function to the dst entrySteffen Klassert
2011-05-10ipv4: Pass explicit daddr arg to ip_send_reply().David S. Miller
2011-05-10tipc: Abort excessive send requests as early as possibleAllan Stephens
2011-05-10IPVS: init and cleanup restructuringHans Schillstrom
2011-05-09net: add mac_pton() for parsing MAC addressAlexey Dobriyan
2011-05-09vlan: remove one synchronize_net() callEric Dumazet
2011-05-09garp: remove one synchronize_rcu() callEric Dumazet
2011-05-08ipv4: Pass flow key down into ip_append_*().David S. Miller
2011-05-08ipv4: Pass flow keys down into datagram packet building engine.David S. Miller
2011-05-08net: Allow ethtool to set interface in loopback mode.Mahesh Bandewar
2011-05-08ethtool: Add 20G bit definitionsYaniv Rosner
2011-05-08inet: Pass flowi to ->queue_xmit().David S. Miller
2011-05-08ipv4: Create inet_csk_route_child_sock().David S. Miller
2011-05-08sctp: Store a flowi in transports to provide persistent keying.David S. Miller
2011-05-08ethtool: remove phys_id from ethtool_opsStephen Hemminger
2011-05-06inet: Decrease overhead of on-stack inet_cork.David S. Miller
2011-05-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-05-05Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2011-05-05net: Add sendmmsg socket system callAnton Blanchard
2011-05-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-05-04can: make struct can_proto constKurt Van Dijck
2011-05-04ipv4: Kill rt->rt_{src, dst} usage in IP GRE tunnels.David S. Miller
2011-05-04ipv4: Pass explicit saddr/daddr args to ipmr_get_route().David S. Miller
2011-05-03ipv4: Make caller provide on-stack flow key to ip_route_output_ports().David S. Miller
2011-05-03ipv4: Renamt struct rtable's rt_tos to rt_key_tos.David S. Miller
2011-05-03net/stmmac: Move "#include <linux/platform_device.h>" to linux/stmmac.hViresh KUMAR
2011-05-02net: dont hold rtnl mutex during netlink dump callbacksEric Dumazet
2011-04-29ethtool: Call ethtool's get/set_settings callbacks with cleaned dataDavid Decotigny
2011-04-29ethtool: cosmetics: enforce const-ness in ethtool_cmd_speedDavid Decotigny
2011-04-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville
2011-04-28ipv4: Remove now superfluous code in ip_route_connect().David S. Miller
2011-04-28ipv4: Use caller's on-stack flowi as-is in output route lookups.David S. Miller
2011-04-28net: Make dst_alloc() take more explicit initializations.David S. Miller
2011-04-28net: allow user to change NETIF_F_HIGHDMAMichał Mirosław
2011-04-28net: fix netdev_increment_features()Michał Mirosław
2011-04-28inet: add RCU protection to inet->optEric Dumazet