summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2016-02-06tcp: fastopen: call tcp_fin() if FIN present in SYNACKEric Dumazet
2016-02-06tipc: use alloc_ordered_workqueue() instead of WQ_UNBOUND w/ max_active = 1Parthasarathy Bhuvaragan
2016-02-06tipc: donot create timers if subscription timeout = TIPC_WAIT_FOREVERParthasarathy Bhuvaragan
2016-02-06tipc: protect tipc_subscrb_get() with subscriber spin lockParthasarathy Bhuvaragan
2016-02-06tipc: hold subscriber->lock for tipc_nametbl_subscribe()Parthasarathy Bhuvaragan
2016-02-06tipc: fix connection abort when receiving invalid cancel requestParthasarathy Bhuvaragan
2016-02-06tipc: fix connection abort during subscription cancellationParthasarathy Bhuvaragan
2016-02-06tipc: introduce tipc_subscrb_subscribe() routineParthasarathy Bhuvaragan
2016-02-06tipc: remove struct tipc_name_seq from struct tipc_subscriptionParthasarathy Bhuvaragan
2016-02-06tipc: remove filter and timeout elements from struct tipc_subscriptionParthasarathy Bhuvaragan
2016-02-06tipc: remove incorrect check for subscription timeout valueParthasarathy Bhuvaragan
2016-02-06ethtool: Declare netdev_rss_key as __read_mostly.Kim Jones
2016-02-06tcp: do not enqueue skb with SYN flagEric Dumazet
2016-02-06tcp: fastopen: accept data/FIN present in SYNACK messageEric Dumazet
2016-02-06net: add rx_nohandler stat counterJarod Wilson
2016-02-06net/core: relax BUILD_BUG_ON in netdev_stats_to_stats64Jarod Wilson
2016-02-06tipc: fix link priority propagationRichard Alpe
2016-02-06tipc: fix link attribute propagation bugRichard Alpe
2016-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-01-30Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2016-01-30tcp: avoid cwnd undo after receiving ECNYuchung Cheng
2016-01-30irda: fix a potential use-after-free in ircomm_param_requestWANG Cong
2016-01-30ipv6/udp: use sticky pktinfo egress ifindex on connect()Paolo Abeni
2016-01-30ipv6: enforce flowi6_oif usage in ip6_dst_lookup_tail()Paolo Abeni
2016-01-30netlink: not trim skb for mmaped socket when dumpKen-ichirou MATSUZAWA
2016-01-30fib_trie: Fix shift by 32 in fib_table_lookupAlexander Duyck
2016-01-30ipv4: ipconfig: avoid unused ic_proto_used symbolArnd Bergmann
2016-01-30net_sched: drr: check for NULL pointer in drr_dequeueBernie Harris
2016-01-29tipc: fix connection abort during subscription cancelParthasarathy Bhuvaragan
2016-01-29ipv4: early demux should be aware of fragmentsEric Dumazet
2016-01-29Bluetooth: Fix incorrect removing of IRKsJohan Hedberg
2016-01-29Bluetooth: L2CAP: Fix setting chan src info before adding PSM/CIDJohan Hedberg
2016-01-29Bluetooth: L2CAP: Fix auto-allocating LE PSM valuesJohan Hedberg
2016-01-29Bluetooth: L2CAP: Introduce proper defines for PSM rangesJohan Hedberg
2016-01-29tcp: beware of alignments in tcp_get_info()Eric Dumazet
2016-01-29switchdev: Require RTNL mutex to be held when sending FDB notificationsIdo Schimmel
2016-01-29Merge tag 'mac80211-for-davem-2016-01-26' of git://git.kernel.org/pub/scm/lin...David S. Miller
2016-01-29tcp: fix tcp_mark_head_lost to check skb len before fragmentingNeal Cardwell
2016-01-29inet: frag: Always orphan skbs inside ip_defrag()Joe Stringer
2016-01-28sctp: remove the dead field of sctp_transportXin Long
2016-01-28sctp: hold transport before we access t->asoc in sctp procXin Long
2016-01-28sctp: fix the transport dead race check by using atomic_add_unless on refcntXin Long
2016-01-26rfkill: fix rfkill_fop_read wait_event usageJohannes Berg
2016-01-26mac80211: Requeue work after scan complete for all VIF types.Sachin Kulkarni
2016-01-25sit: set rtnl_link_ops before calling register_netdeviceThadeu Lima de Souza Cascardo
2016-01-25ipv4+ipv6: Make INET*_ESP select CRYPTO_ECHAINIVThomas Egerer
2016-01-25sctp: allow setting SCTP_SACK_IMMEDIATELY by the applicationMarcelo Ricardo Leitner
2016-01-25af_unix: fix struct pid memory leakEric Dumazet
2016-01-24Merge tag 'for-linus-4.5-merge-window' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2016-01-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds