summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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
2011-04-29net: Make dst_alloc() take more explicit initializations.David S. Miller1-1/+2
2011-04-29net: allow user to change NETIF_F_HIGHDMAMichał Mirosław1-1/+2
2011-04-29net: fix netdev_increment_features()Michał Mirosław1-1/+6
2011-04-29inet: add RCU protection to inet->optEric Dumazet2-8/+17
2011-04-28usbnet: Resubmit interrupt URB if device is openPaul Stewart1-0/+1
2011-04-28Bluetooth: Add store_hint parameter to mgmt_new_keyJohan Hedberg2-1/+2
2011-04-28Bluetooth: Remove old_key_type from mgmt_ev_new_keyJohan Hedberg2-2/+1
2011-04-28Bluetooth: Fix link key persistent storage criteriaJohan Hedberg1-2/+2
2011-04-28Bluetooth: Add confirm_hint parameter to user confirmation requestsJohan Hedberg2-1/+3
2011-04-28Bluetooth: Add variable SSP auto-accept delay supportJohan Hedberg1-0/+3
2011-04-28mac80211: Add new API for rate selectionSujith Manoharan1-0/+6
2011-04-28mac80211: allow low level drivers to report packet lossArik Nemtsov1-0/+11
2011-04-28Bluetooth: Add secure flag for mgmt_pin_code_reqWaldemar Rymarkiewicz2-1/+2
2011-04-28Bluetooth: Map sec_level to link key requirementsWaldemar Rymarkiewicz1-0/+1
2011-04-28Bluetooth: Add definitions for link key typesWaldemar Rymarkiewicz1-0/+9
2011-04-28net: filter: Just In Time compiler for x86-64Eric Dumazet3-1/+78
2011-04-28Bluetooth: Add discovering event to the Management interfaceJohan Hedberg2-0/+3
2011-04-28Bluetooth: Add basic discovery commands to the management interfaceJohan Hedberg1-0/+4
2011-04-28Bluetooth: Don't export l2cap_sock_opsGustavo F. Padovan1-1/+0
2011-04-28Bluetooth: Fix memory leak with L2CAP channelsGustavo F. Padovan1-0/+1
2011-04-28Bluetooth: Move conn to struct l2cap_chanGustavo F. Padovan1-3/+4
2011-04-28Bluetooth: Move more vars to struct l2cap_chanGustavo F. Padovan1-5/+5