summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Revert "cfg80211: make WEXT compatibility unselectable"Jiri Kosina2014-12-311-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-12-3024-154/+272
|\
| * genetlink: A genl_bind() to an out-of-range multicast group should not WARN().David S. Miller2014-12-291-6/+1Star
| * netlink/genetlink: pass network namespace to bind/unbindJohannes Berg2014-12-274-20/+23
| * genetlink: pass multicast bind/unbind to familiesJohannes Berg2014-12-271-0/+59
| * netlink: call unbind when releasing socketJohannes Berg2014-12-271-0/+7
| * netlink: update listeners directly when removing socketJohannes Berg2014-12-271-5/+5
| * genetlink: pass only network namespace to genl_has_listeners()Johannes Berg2014-12-271-2/+1Star
| * netlink: rename netlink_unbind() to netlink_undo_bind()Johannes Berg2014-12-271-4/+4
| * Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2014-12-271-4/+12
| |\
| | * Bluetooth: Fix accepting connections when not using mgmtJohan Hedberg2014-12-241-1/+6
| | * Bluetooth: Fix controller configuration with HCI_QUIRK_INVALID_BDADDRMarcel Holtmann2014-12-241-3/+6
| * | net: Generalize ndo_gso_check to ndo_features_checkJesse Gross2014-12-261-9/+14
| * | net/core: Handle csum for CHECKSUM_COMPLETE VXLAN forwardingJay Vosburgh2014-12-261-0/+1
| * | openvswitch: fix odd_ptr_err.cocci warningsWu Fengguang2014-12-241-1/+1
| * | net: Reset secmark when scrubbing packetThomas Graf2014-12-241-0/+1
| * | net: Fix stacked vlan offload features computationToshiaki Makita2014-12-241-5/+8
| * | openvswitch: Fix vport_send double freePravin B Shelar2014-12-245-11/+23
| * | openvswitch: Fix GSO with multiple MPLS label.Pravin B Shelar2014-12-241-1/+2
| * | openvswitch: Fix MPLS action validation.Pravin B Shelar2014-12-241-12/+1Star
| * | mpls: Fix allowed protocols for mpls gsoPravin B Shelar2014-12-241-4/+1Star
| * | mpls: Fix config check for mpls.Pravin B Shelar2014-12-241-1/+1
| * | net: Rearrange loop in net_rx_actionHerbert Xu2014-12-241-14/+12Star
| * | net: Always poll at least one device in net_rx_actionHerbert Xu2014-12-241-4/+3Star
| * | net: Detect drivers that reschedule NAPI and exhaust budgetHerbert Xu2014-12-241-0/+9
| * | net: Move napi polling code out of net_rx_actionHerbert Xu2014-12-241-44/+54
| * | batman-adv: avoid NULL dereferences and fix if checkAntonio Quartulli2014-12-241-1/+1
| * | batman-adv: Unify fragment size calculationSven Eckelmann2014-12-241-1/+1
| * | batman-adv: Calculate extra tail size based on queued fragmentsSven Eckelmann2014-12-241-1/+1
| * | net: drop the packet when fails to do software segmentation or header checkJason Wang2014-12-241-1/+1
| * | tcp6: don't move IP6CB before xfrm6_policy_check()Nicolas Dichtel2014-12-221-16/+29
| * | packet: Fixed TPACKET V3 to signal poll when block is closed rather than ever...Dan Collins2014-12-221-4/+7
| |/
| * Bluetooth: bnep: bnep_add_connection() should verify that it's dealing with l...Al Viro2014-12-191-0/+3
| * Bluetooth: cmtp: cmtp_add_connection() should verify that it's dealing with l...Al Viro2014-12-191-0/+3
| * Bluetooth: hidp_connection_add() unsafe use of l2cap_pi()Al Viro2014-12-191-1/+2
| * Bluetooth: 6lowpan: Do not free skb when packet is droppedJukka Rissanen2014-12-191-1/+0Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-12-201-1/+0Star
|\ \ | |/ |/|
| * [regression] chunk lost from bd9b51Al Viro2014-12-191-1/+0Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-12-1919-124/+226
|\ \
| * \ Merge tag 'mac80211-for-davem-2014-12-18' of git://git.kernel.org/pub/scm/lin...David S. Miller2014-12-187-17/+32
| |\ \
| | * | mac80211: free management frame keys when removing stationJohannes Berg2014-12-171-1/+1
| | * | cfg80211: correctly check ad-hoc channelsArik Nemtsov2014-12-121-1/+7
| | * | cfg80211: don't WARN about two consecutive Country IE hintEmmanuel Grumbach2014-12-121-5/+2Star
| | * | mac80211: update the channel context after channel switchEmmanuel Grumbach2014-12-121-0/+4
| | * | nl80211: check matches array length before acessing itLuciano Coelho2014-12-121-1/+1
| | * | cfg80211: avoid mem leak on driver hint setArik Nemtsov2014-12-121-1/+4
| | * | cfg80211: Fix 160 MHz channels with 80+80 and 160 MHz driversJouni Malinen2014-12-121-3/+6
| | * | mac80211: fix multicast LED blinking and counterAndreas Müller2014-12-121-5/+6
| | * | mac80211: avoid using uninitialized stack dataJes Sorensen2014-12-121-0/+1
| * | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2014-12-181-5/+9
| |\ \ \