aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-06tcp: fastopen: call tcp_fin() if FIN present in SYNACKEric Dumazet2-1/+4
2016-02-06tipc: use alloc_ordered_workqueue() instead of WQ_UNBOUND w/ max_active = 1Parthasarathy Bhuvaragan1-2/+2
2016-02-06tipc: donot create timers if subscription timeout = TIPC_WAIT_FOREVERParthasarathy Bhuvaragan1-3/+11
2016-02-06tipc: protect tipc_subscrb_get() with subscriber spin lockParthasarathy Bhuvaragan1-2/+2
2016-02-06tipc: hold subscriber->lock for tipc_nametbl_subscribe()Parthasarathy Bhuvaragan1-2/+2
2016-02-06tipc: fix connection abort when receiving invalid cancel requestParthasarathy Bhuvaragan1-1/+2
2016-02-06tipc: fix connection abort during subscription cancellationParthasarathy Bhuvaragan1-19/+19
2016-02-06tipc: introduce tipc_subscrb_subscribe() routineParthasarathy Bhuvaragan1-23/+31
2016-02-06tipc: remove struct tipc_name_seq from struct tipc_subscriptionParthasarathy Bhuvaragan3-16/+37
2016-02-06tipc: remove filter and timeout elements from struct tipc_subscriptionParthasarathy Bhuvaragan2-12/+8
2016-02-06tipc: remove incorrect check for subscription timeout valueParthasarathy Bhuvaragan1-2/+1
2016-02-06ethtool: Declare netdev_rss_key as __read_mostly.Kim Jones1-1/+1
2016-02-06tcp: do not enqueue skb with SYN flagEric Dumazet2-2/+9
2016-02-06tcp: fastopen: accept data/FIN present in SYNACK messageEric Dumazet2-30/+37
2016-02-06net: add rx_nohandler stat counterJarod Wilson3-1/+9
2016-02-06net/core: relax BUILD_BUG_ON in netdev_stats_to_stats64Jarod Wilson1-6/+13
2016-02-06tipc: fix link priority propagationRichard Alpe1-0/+6
2016-02-06tipc: fix link attribute propagation bugRichard Alpe3-30/+16
2016-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds58-232/+335
2016-01-30Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothDavid S. Miller5-35/+42
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-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 Abeni2-5/+8
2016-01-29netlink: not trim skb for mmaped socket when dumpKen-ichirou MATSUZAWA1-1/+2
2016-01-29fib_trie: Fix shift by 32 in fib_table_lookupAlexander Duyck1-3/+4
2016-01-29ipv4: ipconfig: avoid unused ic_proto_used symbolArnd Bergmann1-0/+4
2016-01-29net_sched: drr: check for NULL pointer in drr_dequeueBernie Harris1-0/+2
2016-01-29tipc: fix connection abort during subscription cancelParthasarathy Bhuvaragan1-6/+5
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 Hedberg1-3/+3
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 Schimmel2-9/+9
2016-01-28Merge tag 'mac80211-for-davem-2016-01-26' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller12-62/+82
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 Long3-19/+1
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 Long2-8/+13
2016-01-26rfkill: fix rfkill_fop_read wait_event usageJohannes Berg1-12/+4
2016-01-26mac80211: Requeue work after scan complete for all VIF types.Sachin Kulkarni5-19/+11
2016-01-25sit: set rtnl_link_ops before calling register_netdeviceThadeu Lima de Souza Cascardo1-2/+2
2016-01-25ipv4+ipv6: Make INET*_ESP select CRYPTO_ECHAINIVThomas Egerer2-0/+2
2016-01-24sctp: allow setting SCTP_SACK_IMMEDIATELY by the applicationMarcelo Ricardo Leitner1-0/+2
2016-01-24af_unix: fix struct pid memory leakEric Dumazet1-0/+1
2016-01-24Merge tag 'for-linus-4.5-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds2-43/+47
2016-01-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds4-51/+109