summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2014-07-24openvswitch: Avoid memory corruption in queue_userspace_packet()Andy Zhou
2014-07-24netfilter: xt_hashlimit: perform garbage collection from process contextEric Dumazet
2014-07-24openvswitch: Enable tunnel GSO for OVS bridge.Pravin B Shelar
2014-07-24openvswitch: Allow each vport to have an array of 'port_id's.Alex Wang
2014-07-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2014-07-23net: filter: split filter.c into two filesAlexei Starovoitov
2014-07-23ipv4: Make IP_MULTICAST_ALL and IP_MSFILTER work on raw socketsQuentin Armitage
2014-07-23sock: remove skb argument from sk_rcvqueues_fullSorin Dumitru
2014-07-23Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2014-07-22net: sctp: inherit auth_capable on INIT collisionsDaniel Borkmann
2014-07-22net: sctp: Rename SCTP_XMIT_NAGLE_DELAY to SCTP_XMIT_DELAYDavid Laight
2014-07-22net: sctp: Open out the check for NagleDavid Laight
2014-07-22mac80211: fix crash on getting sta info with uninitialized rate controlFelix Fietkau
2014-07-22Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville
2014-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville
2014-07-22netfilter: nf_tables: simplify set dump through netlinkPablo Neira Ayuso
2014-07-22netfilter: bridge: add reject supportPablo Neira Ayuso
2014-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-07-21af_iucv: avoid path quiesce of severed path in shutdown()Ursula Braun
2014-07-21Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller
2014-07-21ipv4: fix buffer overflow in ip_options_compile()Eric Dumazet
2014-07-21mac80211: add support for Rx reordering offloadingMichal Kazior
2014-07-21mac80211: fix Rx reordering with RX_FLAG_AMSDU_MOREMichal Kazior
2014-07-21mac80211: remove useless NULL checksEytan Lifshitz
2014-07-21Bluetooth: Prefer sizeof(*ptr) when allocating memoryJohan Hedberg
2014-07-21mac80211: fix a potential NULL access in ieee80211_crypto_hw_decryptMax Stepanov
2014-07-21wireless: fixup genregdb.awk for remove of antenna gain from wireless-regdLuis R. Rodriguez
2014-07-21mac80211: remove redundant IEEE80211_STA_CSA_RECEIVED flagLuciano Coelho
2014-07-21mac80211: make sure TDLS teardown packet is sent on timeLiad Kaufman
2014-07-21mac80211: ignore frames between TDLS peers when operating as APArik Nemtsov
2014-07-21cfg80211: fix TDLS setup with VHT peersArik Nemtsov
2014-07-21mac80211: disable VHT for TDLSArik Nemtsov
2014-07-21mac80211: set Rx highest rate in ht_capArik Nemtsov
2014-07-21mac80211: support HT for TDLS stationsArik Nemtsov
2014-07-21mac80211: move TDLS data to mgd private partArik Nemtsov
2014-07-21mac80211: add TDLS QoS param IE on setup-confirmArik Nemtsov
2014-07-21mac80211: add QoS IE during TDLS setup startArik Nemtsov
2014-07-21mac80211: set TDLS capab to zero on failure framesArik Nemtsov
2014-07-21mac80211: avoid adding some IEs on TDLS setup failure packetsArik Nemtsov
2014-07-21mac80211: split extra TDLS IEs in setup framesArik Nemtsov
2014-07-21mac80211: consolidate TDLS IE treatmentArik Nemtsov
2014-07-21mac80211: fix error path for TDLS setupArik Nemtsov
2014-07-21mac80211: track TDLS initiator internallyArik Nemtsov
2014-07-21batman-adv: fix TT VLAN inconsistency on VLAN re-addAntonio Quartulli
2014-07-21batman-adv: drop QinQ claim frames in bridge loop avoidanceSimon Wunderlich
2014-07-20dns_resolver: Null-terminate the right stringBen Hutchings
2014-07-20tipc: fix sparse non static symbol warningsWei Yongjun
2014-07-20net/rxrpc/ar-key.c: drop negativity check on unsigned valueAndrey Utkin
2014-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2014-07-20net_sched: avoid generating same handle for u32 filtersCong Wang