summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-09-05cfg80211: add Intel Mobile Communications copyrightJohannes Berg6-0/+6
2014-09-05mac80211: add Intel Mobile Communications copyrightJohannes Berg18-0/+18
2014-09-05mac80211: clean up ieee80211_i.hJohannes Berg1-2/+1
2014-09-03mac80211: fix offloaded BA session traffic after hw restartMichal Kazior5-14/+20
2014-08-29net: rfkill: gpio: Add more Broadcom bluetooth ACPI IDsMika Westerberg1-0/+1
2014-08-29mac80211: fix chantype recalc warningMichal Kazior1-2/+2
2014-08-27mac80211: Replace rcu_dereference() with rcu_access_pointer()Andreea-Cristina Bernat1-2/+2
2014-08-26mac80211: scan: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat1-1/+1
2014-08-26cfg80211: allow passing frame type to cfg80211_inform_bss()Johannes Berg1-2/+13
2014-08-26cfg80211: clarify BSS probe response vs. beacon dataJohannes Berg2-6/+16
2014-08-26cfg80211: re-enable CSA for drivers that support itMichal Kazior1-6/+0
2014-08-26mac80211: don't resize skbs needlesslyIdo Yariv1-1/+4
2014-08-26mac80211: Fix accounting of the tailroom-needed counterIdo Yariv1-9/+3
2014-08-26cfg80211: remove @gfp parameter from cfg80211_rx_mgmt()Vladimir Kondratiev2-3/+3
2014-08-26mac80211: make ieee80211_vif_use_reserved_switch staticJohannes Berg2-95/+93
2014-08-26mac80211: mesh_plink: use get_unaligned_le16 instead of memcpyBob Copeland1-7/+3
2014-08-15mac80211: disable 40MHz support in case of 20MHz APEliad Peller1-8/+22
2014-08-15mac80211: don't duplicate station QoS capability dataJohannes Berg10-28/+16
2014-08-15netlink: Annotate RCU locking for seq_file walkerThomas Graf1-0/+2
2014-08-15tcp: fix ssthresh and undo for consecutive short FRTO episodesNeal Cardwell1-5/+3
2014-08-15tcp: don't allow syn packets without timestamps to pass tcp_tw_recycle logicHannes Frederic Sowa2-5/+10
2014-08-15tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()Neal Cardwell3-4/+6
2014-08-15sit: Fix ipip6_tunnel_lookup device matching criteriaShmulik Ladkani1-3/+3
2014-08-15tcp: don't use timestamp from repaired skb-s to calculate RTT (v2)Andrey Vagin2-8/+11
2014-08-14net-timestamp: fix missing tcp fragmentation casesWillem de Bruijn1-0/+17
2014-08-14net-timestamp: fix missing ACK timestampWillem de Bruijn1-5/+5
2014-08-14irda: Fix rd_frame control field initialization in irlap_send_rd_frame()Maks Naumov1-1/+1
2014-08-14lec: Fix bug introduced by b67bfe0d42cac56c512dd5da4b1b347a23f4b70achas williams - CONTRACTOR1-4/+1
2014-08-14atm/svc: Fix blocking in wait loopchas williams - CONTRACTOR1-28/+32
2014-08-14openvswitch: Fix memory leak in ovs_vport_alloc() error pathChristoph Jaeger1-1/+3
2014-08-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds16-149/+98
2014-08-14Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds16-383/+809
2014-08-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2-55/+121
2014-08-11net: Always untag vlan-tagged traffic on input.Vlad Yasevich4-55/+55
2014-08-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller6-86/+39
2014-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-4/+6
2014-08-10Merge branch 'for-3.17' of git://linux-nfs.org/~bfields/linuxLinus Torvalds9-72/+103
2014-08-09libceph: set last_piece in ceph_msg_data_pages_cursor_init() correctlyIlya Dryomov1-1/+1
2014-08-08rtnetlink: fix VF info sizeJiri Benc1-1/+2
2014-08-08ipv4: removed redundant conditionalNiv Yehezkel1-2/+0
2014-08-08netfilter: nf_tables: fix error return codeJulia Lawall1-1/+3
2014-08-08netfilter: don't use mutex_lock_interruptible()Pablo Neira Ayuso5-73/+22
2014-08-08netfilter: nf_tables: don't update chain with unset countersPablo Neira Ayuso1-0/+3
2014-08-08netfilter: nf_tables: uninitialize element key/data from the commit pathPablo Neira Ayuso1-12/+11
2014-08-08netlink: reset network header before passing to tapsDaniel Borkmann1-1/+1
2014-08-08batman: fix duplicate #include of multicast.hJean Sacren1-1/+0
2014-08-08openvswitch: fix duplicate #include headersJean Sacren1-2/+0
2014-08-076lowpan: Allow 6LoWPAN to be modularGeert Uytterhoeven1-1/+1
2014-08-07Merge branch 'akpm' (patchbomb from Andrew Morton)Linus Torvalds5-6/+6
2014-08-07netlink: hold nl_sock_hash_lock during diag dumpThomas Graf3-0/+5