summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | 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-235-11/+23
| * | | | | openvswitch: Fix GSO with multiple MPLS label.Pravin B Shelar2014-12-231-1/+2
| * | | | | openvswitch: Fix MPLS action validation.Pravin B Shelar2014-12-231-12/+1
| * | | | | mpls: Fix allowed protocols for mpls gsoPravin B Shelar2014-12-231-4/+1
| * | | | | mpls: Fix config check for mpls.Pravin B Shelar2014-12-231-1/+1
| * | | | | net: Rearrange loop in net_rx_actionHerbert Xu2014-12-231-14/+12
| * | | | | net: Always poll at least one device in net_rx_actionHerbert Xu2014-12-231-4/+3
| * | | | | net: Detect drivers that reschedule NAPI and exhaust budgetHerbert Xu2014-12-231-0/+9
| * | | | | net: Move napi polling code out of net_rx_actionHerbert Xu2014-12-231-44/+54
| * | | | | batman-adv: avoid NULL dereferences and fix if checkAntonio Quartulli2014-12-231-1/+1
| * | | | | batman-adv: Unify fragment size calculationSven Eckelmann2014-12-231-1/+1
| * | | | | batman-adv: Calculate extra tail size based on queued fragmentsSven Eckelmann2014-12-231-1/+1
| * | | | | net: drop the packet when fails to do software segmentation or header checkJason Wang2014-12-231-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/+0
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-12-191-1/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | [regression] chunk lost from bd9b51Al Viro2014-12-191-1/+0
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-12-1819-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/+2
| | * | | | 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
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | Bluetooth: Fix bug with filter in service discovery optimizationMarcel Holtmann2014-12-171-5/+9
| * | | | | geneve: Fix races between socket add and release.Jesse Gross2014-12-181-6/+7
| * | | | | geneve: Remove socket and offload handlers at destruction.Jesse Gross2014-12-181-0/+17
| * | | | | netlink: Don't reorder loads/stores before marking mmap netlink frame as avai...Thomas Graf2014-12-181-1/+1
| * | | | | netlink: Always copy on mmap TX.David Miller2014-12-181-36/+16
| |/ / / /
| * | | | net: Disallow providing non zero VLAN ID for NIC drivers FDB add flowOr Gerlitz2014-12-161-0/+5
| * | | | ip_tunnel: Add missing validation of encap type to ip_tunnel_encap_setup()Thomas Graf2014-12-161-0/+3
| * | | | ip_tunnel: Add sanity checks to ip_tunnel_encap_add_ops()Thomas Graf2014-12-161-0/+6
| * | | | Merge tag 'master-2014-12-15' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-12-166-54/+123
| |\ \ \ \
| | * \ \ \ Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-12-156-54/+123
| | |\ \ \ \
| | | * | | | Bluetooth: Fix mgmt response status when removing adapterJohan Hedberg2014-12-121-3/+15
OpenPOWER on IntegriCloud