aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAge
...
| | * | {nl,cfg,mac}80211: implement dot11MeshHWMProotInterval and dot11MeshHWMPactiv...Chun-Yeow Yeoh2012-06-14
| | * | nl80211: fix sched scan match attribute nameJohannes Berg2012-06-13
| | * | mac80211: Disallow changing chan type on monitor when CHAN_MODE_FIXEDPontus Fuchs2012-06-13
| | * | mac80211: allow cancelling dependent ROCsJohannes Berg2012-06-13
| | * | mac80211: remove unneeded ieee80211_run_deferred_scan()Johannes Berg2012-06-11
| | * | {nl,cfg,mac}80211: fix the coding style related to mesh parametersChun-Yeow Yeoh2012-06-11
| | * | mac80211: Rename stainfo variable for the more common staJavier Cardona2012-06-09
| | * | mac80211: Remove unused variableJavier Cardona2012-06-09
* | | | ipv4: Elide fib_validate_source() completely when possible.David S. Miller2012-06-29
* | | | net: l2tp_eth: provide tx_dropped counterEric Dumazet2012-06-29
* | | | ipv6_tunnel: Allow receiving packets on the fallback tunnel if they pass sani...Ville Nuorvala2012-06-29
* | | | ipv4: Remove extraneous assignment of dst->tclassid.David S. Miller2012-06-29
* | | | ipv4: Adjust in_dev handling in fib_validate_source()David S. Miller2012-06-28
* | | | ipv4: Fix bugs in fib_compute_spec_dst().David S. Miller2012-06-28
* | | | net: Use NLMSG_DEFAULT_SIZE in combination with nlmsg_new()Thomas Graf2012-06-28
* | | | tcp: plug dst leak in tcp_v6_conn_request()Neal Cardwell2012-06-28
* | | | tcp: use inet6_csk_route_req() in tcp_v6_send_synack()Neal Cardwell2012-06-28
* | | | tcp: pass fl6 to inet6_csk_route_req()Neal Cardwell2012-06-28
* | | | tcp: fix inet6_csk_route_req() for link-local addressesNeal Cardwell2012-06-28
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-28
|\ \ \ \
| * \ \ \ Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2012-06-28
| |\ \ \ \
| | * \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-06-28
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | mac80211: correct behaviour on unrecognised action framesJohannes Berg2012-06-27
| | | * | | NFC: Return from rawsock_release when sk is NULLEric Dumazet2012-06-25
| | | * | | NFC: Prevent multiple buffer overflows in NCIDan Rosenberg2012-06-25
| | | * | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-06-22
| | | |\ \ \
| | | | * | | mac80211: clear ifmgd->bssid only after building DELBAEliad Peller2012-06-21
| * | | | | | net: Downgrade CAP_SYS_MODULE deprecated message from error to warning.Vinson Lee2012-06-28
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-06-28
| |\| | | | |
| | * | | | | 9p: fix min_t() casting in p9pdu_vwritef()Dan Carpenter2012-06-27
| | * | | | | bridge: Assign rtnl_link_ops to bridge devices created via ioctl (v2)stephen hemminger2012-06-27
| | * | | | | net: l2tp_eth: use LLTX to avoid LOCKDEP splatsEric Dumazet2012-06-26
| | * | | | | mac802154: add missed bracesalex.bluesman.smirnov@gmail.com2012-06-25
| | * | | | | net: l2tp_eth: fix l2tp_eth_dev_xmit raceEric Dumazet2012-06-25
| | * | | | | caif: Clear shutdown mask to zero at reconnect.Sjur Brændeland2012-06-25
| | * | | | | tcp: heed result of security_inet_conn_request() in tcp_v6_conn_request()Neal Cardwell2012-06-25
| * | | | | | Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2012-06-26
| |\ \ \ \ \ \
| | * | | | | | HID: Fix the generic Kconfig optionsHenrik Rydberg2012-06-25
| * | | | | | | libceph: flush msgr queue during mon_client shutdownSage Weil2012-06-20
| * | | | | | | rbd: Clear ceph_msg->bio_iter for retransmitted messageYan, Zheng2012-06-20
| * | | | | | | libceph: use con get/put ops from osd_clientSage Weil2012-06-20
| * | | | | | | libceph: osd_client: don't drop reply reference too earlyAlex Elder2012-06-20
| * | | | | | | Merge branch 'v9fs-devel' of git://git.kernel.org/pub/scm/linux/kernel/git/er...Linus Torvalds2012-06-18
| |\ \ \ \ \ \ \
| | * | | | | | | 9p: BUG before corrupting memorySasha Levin2012-06-11
| * | | | | | | | Merge tag 'nfs-for-3.5-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-06-15
| |\ \ \ \ \ \ \ \
| | * | | | | | | | rpc_pipefs: allow rpc_purge_list to take a NULL waitq pointerJeff Layton2012-06-11
| | * | | | | | | | NFSv4.1: Fix a request leak on the back channelTrond Myklebust2012-05-31
* | | | | | | | | | Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2012-06-28
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | batman-adv: Prefix main defines with BATADV_Sven Eckelmann2012-06-28
| * | | | | | | | | | batman-adv: Prefix vis defines with BATADV_Sven Eckelmann2012-06-28