summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | mac80211: Add new API for rate selectionSujith Manoharan2011-04-283-9/+51
| | * | | | mac80211: allow low level drivers to report packet lossArik Nemtsov2011-04-281-0/+8
| | * | | | cfg80211: fix regresion on reg user timeoutLuis R. Rodriguez2011-04-261-1/+2
| | * | | | mac80211: Fix warnings due to -Wunused-but-set-variableRajkumar Manoharan2011-04-267-31/+5
| | * | | | mac80211: fix too early reorder release timerChristian Lamparter2011-04-261-1/+1
| | * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-04-266-7/+16
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | * | | | cfg80211: module_param to disable HT40 in 2.4GHz bandAmitkumar Karwar2011-04-252-18/+17
| | * | | | mac80211: tear down BA sessions properly on suspendJohannes Berg2011-04-251-5/+11
* | | | | | net: Add sendmmsg socket system callAnton Blanchard2011-05-052-46/+169
* | | | | | net: call dev_alloc_name from register_netdeviceJiri Pirko2011-05-057-50/+6
* | | | | | can: rename can_try_module_get to can_get_protoKurt Van Dijck2011-05-041-4/+9
* | | | | | can: make struct can_proto constKurt Van Dijck2011-05-043-8/+8
|/ / / / /
* | | | | ipv6: Use flowi4->{daddr,saddr} in ipip6_tunnel_xmit().David S. Miller2011-05-041-2/+2
* | | | | ipv4: Kill rt->rt_{src, dst} usage in IP GRE tunnels.David S. Miller2011-05-041-16/+21
* | | | | ipv4: Pass explicit saddr/daddr args to ipmr_get_route().David S. Miller2011-05-042-9/+11
* | | | | ipv4: In ip_build_and_send_pkt() use 'saddr' and 'daddr' args passed in.David S. Miller2011-05-041-2/+2
* | | | | ipv4: Use flowi4->{daddr,saddr} in ipip_tunnel_xmit().David S. Miller2011-05-041-2/+2
* | | | | sctp: Use flowi4's {saddr,daddr} in sctp_v4_dst_saddr() and sctp_v4_get_dst()David S. Miller2011-05-031-5/+4
* | | | | ipv4: Use flowi4's {saddr,daddr} in igmpv3_newpack() and igmp_send_report()David S. Miller2011-05-031-3/+3
* | | | | ipv4: Make caller provide on-stack flow key to ip_route_output_ports().David S. Miller2011-05-039-20/+33
* | | | | dccp: Use flowi4->saddr in dccp_v4_connect()David S. Miller2011-05-031-1/+1
* | | | | ipv4: Renamt struct rtable's rt_tos to rt_key_tos.David S. Miller2011-05-032-13/+13
* | | | | ipv4: Rework ipmr_rt_fib_lookup() flow key initialization.David S. Miller2011-05-031-7/+9
* | | | | net: dont hold rtnl mutex during netlink dump callbacksEric Dumazet2011-05-027-22/+24
* | | | | Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller2011-05-0214-138/+292
|\ \ \ \ \
| * | | | | batman-adv: Make bat_priv->primary_if an rcu protected pointerMarek Lindner2011-05-0112-118/+280
| * | | | | batman-adv: fix gw_node_update() and gw_election()Antonio Quartulli2011-05-011-4/+8
| * | | | | batman-adv: Move definition of atomic_dec_not_zero() into main.hAntonio Quartulli2011-05-013-2/+2
| * | | | | batman-adv: orig_hash_find() manages rcu_lock/unlock internallyAntonio Quartulli2011-05-011-14/+2
* | | | | | ipv4: Make sure flowi4->{saddr,daddr} are always set.David S. Miller2011-05-021-6/+5
* | | | | | ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny2011-04-291-1/+1
* | | | | | ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny2011-04-291-2/+2
* | | | | | ethtool: Call ethtool's get/set_settings callbacks with cleaned dataDavid Decotigny2011-04-292-14/+34
* | | | | | ipv4, ipv6, bonding: Restore control over number of peer notificationsBen Hutchings2011-04-292-2/+0
* | | | | | pktgen: create num frags requestedamit salecha2011-04-291-26/+9
* | | | | | bpf: depends on MODULESEric Dumazet2011-04-291-0/+1
* | | | | | ipv4: Get route daddr from flow key in l2tp_ip_connect().David S. Miller2011-04-281-1/+1
* | | | | | ipv4: Get route daddr from flow key in tcp_v4_connect().David S. Miller2011-04-281-2/+2
* | | | | | ipv4: Get route daddr from flow key in inet_csk_route_req().David S. Miller2011-04-281-1/+1
* | | | | | ipv4: Get route daddr from flow key in ip4_datagram_connect().David S. Miller2011-04-281-1/+1
* | | | | | ipv4: Get route daddr from flow key in dccp_v4_connect().David S. Miller2011-04-281-1/+1
* | | | | | ipv4: Fetch route saddr from flow key in l2tp_ip_connect().David S. Miller2011-04-281-2/+2
* | | | | | ipv4: Fetch route saddr from flow key in tcp_v4_connect().David S. Miller2011-04-281-1/+1
* | | | | | ipv4: Fetch route saddr from flow key in ip4_datagram_connect().David S. Miller2011-04-281-2/+2
* | | | | | ipv4: Fetch route saddr from flow key in inet_sk_reselect_saddr().David S. Miller2011-04-281-1/+1
* | | | | | ipv4: Use caller's on-stack flowi as-is in output route lookups.David S. Miller2011-04-281-78/+80
* | | | | | net: Use non-zero allocations in dst_alloc().David S. Miller2011-04-285-35/+74
* | | | | | net: Make dst_alloc() take more explicit initializations.David S. Miller2011-04-285-60/+42
* | | | | | l2tp: Fix inet_opt conversion.David S. Miller2011-04-281-2/+4
* | | | | | bridge: convert br_features_recompute() to ndo_fix_featuresMichał Mirosław2011-04-284-67/+19
OpenPOWER on IntegriCloud