aboutsummaryrefslogtreecommitdiffstats
path: root/net/appletalk (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-08netfilter: nfnetlink: correctly validate length of batch messagesPhil Turnbull1-4/+6
2016-02-01netfilter: cttimeout: fix deadlock due to erroneous unlock/lock conversionFlorian Westphal1-1/+1
2016-02-01netfilter: nfnetlink: use original skbuff when acking batchesPablo Neira Ayuso1-3/+3
2016-02-01netfilter: conntrack: resched in nf_ct_iterate_cleanupFlorian Westphal2-3/+76
2016-01-29tcp: avoid cwnd undo after receiving ECNYuchung Cheng1-2/+0
2016-01-29irda: fix a potential use-after-free in ircomm_param_requestWANG Cong1-2/+1
2016-01-29net: tg3: avoid uninitialized variable warningArnd Bergmann1-1/+1
2016-01-29net: nb8800: avoid uninitialized variable warningArnd Bergmann1-2/+2
2016-01-29net: vxge: avoid unused function warningsArnd Bergmann1-19/+12
2016-01-29net: bgmac: clarify CONFIG_BCMA dependencyArnd Bergmann1-1/+4
2016-01-29net: hp100: remove unnecessary #ifdefsArnd Bergmann1-18/+0
2016-01-29net: davinci_cpdma: use dma_addr_t for DMA addressArnd Bergmann1-6/+6
2016-01-29ipv6/udp: use sticky pktinfo egress ifindex on connect()Paolo Abeni1-0/+3
2016-01-29ipv6: enforce flowi6_oif usage in ip6_dst_lookup_tail()Paolo Abeni3-7/+18
2016-01-29netlink: not trim skb for mmaped socket when dumpKen-ichirou MATSUZAWA1-1/+2
2016-01-29vxlan: fix a out of bounds access in __vxlan_find_macLi RongQing1-1/+1
2016-01-29net: dsa: mv88e6xxx: fix port VLAN mapsVivien Didelot1-1/+2
2016-01-29fib_trie: Fix shift by 32 in fib_table_lookupAlexander Duyck1-3/+4
2016-01-29net: moxart: use correct accessors for DMA memoryArnd Bergmann2-18/+32
2016-01-29ipv4: ipconfig: avoid unused ic_proto_used symbolArnd Bergmann1-0/+4
2016-01-29bnxt_en: Fix crash in bnxt_free_tx_skbs() during tx timeout.Michael Chan1-2/+3
2016-01-29bnxt_en: Exclude rx_drop_pkts hw counter from the stack's rx_dropped counter.Michael Chan1-2/+0
2016-01-29bnxt_en: Ring free response from close path should use completion ringPrashant Sreedharan1-1/+1
2016-01-29net_sched: drr: check for NULL pointer in drr_dequeueBernie Harris1-0/+2
2016-01-29ptp: ixp46x: use helpers for converting ns to timespecKefeng Wang1-5/+2
2016-01-29tcp: Change reference to experimental CWND RFC.Jörg Thalheim1-1/+1
2016-01-29macvlan: make operstate and carrier more accurateNikolay Aleksandrov1-0/+2
2016-01-29tipc: fix connection abort during subscription cancelParthasarathy Bhuvaragan1-6/+5
2016-01-29net: cavium: liquidio: use helpers ns_to_timespec64()Kefeng Wang1-3/+1
2016-01-29ipv4: early demux should be aware of fragmentsEric Dumazet1-1/+4
2016-01-29Bluetooth: Fix incorrect removing of IRKsJohan Hedberg2-26/+18
2016-01-29Bluetooth: L2CAP: Fix setting chan src info before adding PSM/CIDJohan Hedberg1-3/+3
2016-01-29Bluetooth: L2CAP: Fix auto-allocating LE PSM valuesJohan Hedberg1-2/+12
2016-01-29Bluetooth: L2CAP: Introduce proper defines for PSM rangesJohan Hedberg2-3/+9
2016-01-28DT: phy.txt: Clarify expected compatible valuesAndrew Lunn4-20/+6
2016-01-28of: of_mdio: Add a whitelist of PHY compatibilities.Andrew Lunn1-0/+27
2016-01-28lan78xx: throttle TX path at slower than SuperSpeed USBWoojung.Huh@microchip.com1-1/+3
2016-01-28lan78xx: Add to handle mux control per chip idWoojung.Huh@microchip.com1-27/+71
2016-01-28lan78xx: change to use updated phy-ignore-interruptsWoojung.Huh@microchip.com1-16/+14
2016-01-28tcp: beware of alignments in tcp_get_info()Eric Dumazet1-4/+8
2016-01-28switchdev: Require RTNL mutex to be held when sending FDB notificationsIdo Schimmel5-15/+14
2016-01-28xen-netfront: request Tx response events more oftenMalcolm Crossley1-12/+3
2016-01-28net: mv643xx_eth: fix packet corruption with TSO and tiny unaligned packets.Nicolas Schichan1-2/+2
2016-01-28of: of_mdio: Ensure mdio device is a PHYAndrew Lunn1-1/+9
2016-01-28net: Fix dependencies for !HAS_IOMEM archsRichard Weinberger2-0/+2
2016-01-28tcp: fix tcp_mark_head_lost to check skb len before fragmentingNeal Cardwell1-5/+5
2016-01-28inet: frag: Always orphan skbs inside ip_defrag()Joe Stringer2-2/+1
2016-01-28sctp: remove the dead field of sctp_transportXin Long4-21/+2
2016-01-28sctp: hold transport before we access t->asoc in sctp procXin Long1-0/+8
2016-01-28sctp: fix the transport dead race check by using atomic_add_unless on refcntXin Long3-9/+14