Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | cfg80211: fix BSS IE allocation comment | Johannes Berg | 2013-02-04 | 1 | -4/+1 | |
| | * | | | | | | | mac80211: remove unused SSID from BSS | Johannes Berg | 2013-02-04 | 1 | -4/+0 | |
| | * | | | | | | | cfg80211: remove unused cfg80211_get_mesh | Johannes Berg | 2013-02-04 | 1 | -65/+0 | |
| | * | | | | | | | cfg80211: simplify mesh BSS comparison | Johannes Berg | 2013-02-04 | 1 | -81/+39 | |
| | * | | | | | | | cfg80211: fix BSS list hidden SSID lookup | Johannes Berg | 2013-02-04 | 1 | -27/+53 | |
| | * | | | | | | | cfg80211: refactor hidden SSID finding | Johannes Berg | 2013-02-04 | 1 | -62/+20 | |
| | * | | | | | | | cfg80211: expand per-station byte counters to 64bit | Vladimir Kondratiev | 2013-02-04 | 1 | -3/+13 | |
| | * | | | | | | | mac80211: always allow calling ieee80211_connection_loss() | Johannes Berg | 2013-02-04 | 2 | -2/+5 | |
| | * | | | | | | | mac80211: send deauth when connection is lost | Johannes Berg | 2013-02-04 | 1 | -5/+4 | |
| | * | | | | | | | mac80211: improve latency and throughput while software scanning | Stanislaw Gruszka | 2013-01-31 | 1 | -27/+5 | |
| | * | | | | | | | mac80211: start auth/assoc timeout on frame status | Johannes Berg | 2013-01-31 | 6 | -28/+99 | |
| | * | | | | | | | cfg80211: remove free_priv BSS API | Johannes Berg | 2013-01-31 | 1 | -3/+0 | |
| | * | | | | | | | mac80211: remove unused mesh data from bss | Johannes Berg | 2013-01-31 | 2 | -40/+0 | |
| | * | | | | | | | mac80211: remove last_probe_resp from bss | Johannes Berg | 2013-01-31 | 2 | -5/+0 | |
| | * | | | | | | | mac80211: inform the driver about update of dtim_period | Emmanuel Grumbach | 2013-01-31 | 4 | -33/+51 | |
| | * | | | | | | | mac80211: remove assoc data "sent_assoc" | Johannes Berg | 2013-01-31 | 2 | -4/+0 | |
| | * | | | | | | | cfg80211/mac80211: support reporting wakeup reason | Johannes Berg | 2013-01-31 | 3 | -0/+142 | |
| | * | | | | | | | mac80211: dynamic short slot time for MBSSs | Thomas Pedersen | 2013-01-29 | 2 | -5/+63 | |
| | * | | | | | | | cfg80211: add SME state to warning in __cfg80211_mlme_disassoc | Johannes Berg | 2013-01-29 | 1 | -1/+1 | |
| | * | | | | | | | mac80211: remove IEEE80211_HW_TEARDOWN_AGGR_ON_BAR_FAIL | Stanislaw Gruszka | 2013-01-29 | 1 | -5/+1 | |
| | * | | | | | | | Merge remote-tracking branch 'wireless-next/master' into HEAD | Johannes Berg | 2013-01-29 | 21 | -108/+176 | |
| | |\ \ \ \ \ \ \ | ||||||
* | | | | | | | | | | VSOCK: Don't reject PF_VSOCK protocol | Andy King | 2013-02-18 | 1 | -1/+1 | |
* | | | | | | | | | | VSOCK: get rid of vsock_version.h | Dmitry Torokhov | 2013-02-18 | 2 | -24/+1 | |
* | | | | | | | | | | VSOCK: get rid of EXPORT_SYMTAB | Dmitry Torokhov | 2013-02-18 | 2 | -4/+0 | |
* | | | | | | | | | | net: proc: change proc_net_remove to remove_proc_entry | Gao feng | 2013-02-18 | 55 | -107/+107 | |
* | | | | | | | | | | net: proc: change proc_net_fops_create to proc_create | Gao feng | 2013-02-18 | 47 | -81/+94 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | ip: fix warning in xfrm4_mode_tunnel_input | stephen hemminger | 2013-02-18 | 1 | -1/+2 | |
* | | | | | | | | | ipv6: fix warning in xfrm6_mode_tunnel_input | stephen hemminger | 2013-02-18 | 1 | -1/+2 | |
* | | | | | | | | | net: move ioctl functions into a separated file | Cong Wang | 2013-02-18 | 3 | -574/+577 | |
* | | | | | | | | | ipv6: optimize inet6_hash_frag() | Eric Dumazet | 2013-02-18 | 1 | -14/+1 | |
* | | | | | | | | | Merge branch 'tipc_net-next' of git://git.kernel.org/pub/scm/linux/kernel/git... | David S. Miller | 2013-02-18 | 1 | -59/+44 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | tipc: remove redundant checking for the number of iovecs in a send request | Ying Xue | 2013-02-15 | 1 | -6/+3 | |
| * | | | | | | | | | tipc: byte-based overload control on socket receive queue | Ying Xue | 2013-02-15 | 1 | -38/+39 | |
| * | | | | | | | | | tipc: eliminate duplicated discard_rx_queue routine | Ying Xue | 2013-02-15 | 1 | -15/+2 | |
* | | | | | | | | | | net: use skb_reset_mac_len() in dev_gro_receive() | Eric Dumazet | 2013-02-15 | 1 | -3/+1 | |
* | | | | | | | | | | v4 GRE: Add TCP segmentation offload for GRE | Pravin B Shelar | 2013-02-15 | 10 | -10/+207 | |
* | | | | | | | | | | net: factor out skb_mac_gso_segment() from skb_gso_segment() | Pravin B Shelar | 2013-02-15 | 1 | -31/+48 | |
* | | | | | | | | | | net: Add skb_unclone() helper function. | Pravin B Shelar | 2013-02-15 | 11 | -19/+12 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | net: Don't write to current task flags on every packet received. | David S. Miller | 2013-02-14 | 1 | -18/+28 | |
* | | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2013-02-14 | 6 | -39/+425 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | xfrm: Allow inserting policies with matching mark and different priorities | Steffen Klassert | 2013-02-11 | 1 | -2/+16 | |
| * | | | | | | | | | xfrm: make gc_thresh configurable in all namespaces | Michal Kubecek | 2013-02-06 | 2 | -8/+93 | |
| * | | | | | | | | | xfrm: remove unused xfrm4_policy_fini() | Michal Kubecek | 2013-02-06 | 1 | -9/+0 | |
| * | | | | | | | | | xfrm: Add a state resolution packet queue | Steffen Klassert | 2013-02-06 | 1 | -4/+225 | |
| * | | | | | | | | | xfrm: fix a unbalanced lock | Li RongQing | 2013-02-01 | 1 | -1/+1 | |
| * | | | | | | | | | pf_key/xfrm_algo: prepare pf_key and xfrm_algo for new algorithms without pfk... | Jussi Kivilinna | 2013-02-01 | 2 | -14/+90 | |
| * | | | | | | | | | af_key: remove a duplicated skb_orphan() | Cong Wang | 2013-01-28 | 1 | -1/+0 | |
* | | | | | | | | | | bridge: make ifla_br_policy and br_af_ops static | Cong Wang | 2013-02-14 | 1 | -2/+2 | |
* | | | | | | | | | | bridge: Separate egress policy bitmap | Vlad Yasevich | 2013-02-13 | 3 | -6/+19 | |
* | | | | | | | | | | bridge: Add vlan support for local fdb entries | Vlad Yasevich | 2013-02-13 | 4 | -25/+125 |