summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2016-10-08ipv6 addrconf: disallow rtr_solicits < -1Maciej Żenczykowski
2016-10-07Merge tag 'rxrpc-rewrite-20161004' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller
2016-10-07netlink: do not enter direct reclaim from netlink_dump()Eric Dumazet
2016-10-07packet: call fanout_release, while UNREGISTERING a netdevAnoob Soman
2016-10-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2016-10-06rxrpc: Don't request an ACK on the last DATA packet of a call's Tx phaseDavid Howells
2016-10-06rxrpc: Need to produce an ACK for service op if op takes a long timeDavid Howells
2016-10-06rxrpc: Return negative error code to kernel serviceDavid Howells
2016-10-06rxrpc: Add missing notificationDavid Howells
2016-10-06rxrpc: Queue the call on expiryDavid Howells
2016-10-06rxrpc: Partially handle OpenAFS's improper termination of callsDavid Howells
2016-10-06rxrpc: Fix loss of PING RESPONSE ACK production due to PING ACKsDavid Howells
2016-10-06rxrpc: Fix warning by splitting rxrpc_send_call_packet()David Howells
2016-10-06rxrpc: Only ping for lost reply in client callDavid Howells
2016-10-06rxrpc: Fix oops on incoming call to serviceless endpointDavid Howells
2016-10-06rxrpc: Fix duplicate constDavid Howells
2016-10-06rxrpc: Accesses of rxrpc_local::service need to be RCU managedDavid Howells
2016-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2016-10-04Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg
2016-10-04netfilter: nft_limit: fix divided by zero panicLiping Zhang
2016-10-04netfilter: fix namespace handling in nf_log_proc_dostringJann Horn
2016-10-04net/ncsi: Introduce ncsi_stop_dev()Gavin Shan
2016-10-04net/ncsi: Rework the channel monitoringGavin Shan
2016-10-04net/ncsi: Allow to extend NCSI request propertiesGavin Shan
2016-10-04net/ncsi: Rework request index allocationGavin Shan
2016-10-04net/ncsi: Don't probe on the reserved channel ID (0x1f)Gavin Shan
2016-10-04net/ncsi: Introduce NCSI_RESERVED_CHANNELGavin Shan
2016-10-04net/ncsi: Avoid unused-value build warning from ia64-linux-gccGavin Shan
2016-10-04net: Add netdev all_adj_list refcnt propagation to fix panicAndrew Collins
2016-10-04net: skbuff: Limit skb_vlan_pop/push() to expect skb->data at mac headerShmulik Ladkani
2016-10-04net/sched: act_vlan: Push skb->data to mac_header prior calling skb_vlan_*() ...Shmulik Ladkani
2016-10-03Merge tag 'rxrpc-rewrite-20160930' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller
2016-10-03openvswitch: use mpls_hdrJiri Benc
2016-10-03mpls: move mpls_hdr to a common locationJiri Benc
2016-10-03openvswitch: mpls: set network header correctly on key extractJiri Benc
2016-10-03net: rtnl: avoid uninitialized data in IFLA_VF_VLAN_LIST handlingArnd Bergmann
2016-10-03net: pktgen: fix pkt_sizePaolo Abeni
2016-10-03ipv6 addrconf: remove addrconf_sysctl_hop_limit()Maciej Żenczykowski
2016-10-03netfilter: bridge: clarify bridge/netfilter messageStefan Agner
2016-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-10-01net: Use ns_capable_noaudit() when determining net sysctl permissionsTyler Hicks
2016-09-30netfilter: xt_hashlimit: Fix link error in 32bit arch because of 64bit divisionVishwanath Pai
2016-09-30netfilter: accommodate different kconfig in nf_set_hooks_headAaron Conole
2016-09-30netfilter: Fix potential null pointer dereferenceAaron Conole
2016-09-30rxrpc: Fix the call timer handlingDavid Howells
2016-09-30rxrpc: Keep the call timeouts as ktimes rather than jiffiesDavid Howells
2016-09-30rxrpc: Remove error from struct rxrpc_skb_priv as it is unusedDavid Howells
2016-09-30rxrpc: The offset field in struct rxrpc_skb_priv is unnecessaryDavid Howells
2016-09-30rxrpc: Reduce ssthresh to peer's receive windowDavid Howells
2016-09-30rxrpc: Switch to Congestion Avoidance mode at cwnd==ssthreshDavid Howells