summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2017-01-10net: add the AF_QIPCRTR entries to family name tablesAnna, Suman
2017-01-10net: qrtr: Mark 'buf' as little endianStephen Boyd
2017-01-10net: dsa: Ensure validity of dst->ds[0]Florian Fainelli
2017-01-10net: skb_flow_get_be16() can be staticEric Dumazet
2017-01-10net: socket: Make unnecessarily global sockfs_setattr() staticTobias Klauser
2017-01-09net: dsa: select NET_SWITCHDEVVivien Didelot
2017-01-09tcp: make TCP_INFO more consistentEric Dumazet
2017-01-09bpf: rename ARG_PTR_TO_STACKAlexei Starovoitov
2017-01-09tcp: do not export tcp_peer_is_proven()Eric Dumazet
2017-01-09ipv4: make tcp_notsent_lowat sysctl knob behave as true unsigned intPavel Tikhomirov
2017-01-09ipv6: fix typosAlexander Alemayhu
2017-01-09smc: netlink interface for SMC socketsUrsula Braun
2017-01-09smc: socket closing and linkgroup cleanupUrsula Braun
2017-01-09smc: receive data from RMBEUrsula Braun
2017-01-09smc: send data (through RDMA)Ursula Braun
2017-01-09smc: connection data control (CDC)Ursula Braun
2017-01-09smc: link layer control (LLC)Ursula Braun
2017-01-09smc: initialize IB transport incl. PD, MR, QP, CQ, event, WRUrsula Braun
2017-01-09smc: work request (WR) base for use by LLC and CDCUrsula Braun
2017-01-09smc: remote memory buffers (RMBs)Ursula Braun
2017-01-09smc: connection and link group creationUrsula Braun
2017-01-09smc: CLC handshake (incl. preparation steps)Ursula Braun
2017-01-09smc: establish pnet table managementThomas Richter
2017-01-09smc: introduce SMC as an IB-clientUrsula Braun
2017-01-09smc: establish new socket familyUrsula Braun
2017-01-09net: introduce keepalive function in struct protoUrsula Braun
2017-01-09net: for rate-limited ICMP replies save one atomic operationJesper Dangaard Brouer
2017-01-09net: reduce cycles spend on ICMP replies that gets rate limitedJesper Dangaard Brouer
2017-01-09Revert "icmp: avoid allocating large struct on stack"Jesper Dangaard Brouer
2017-01-09Merge tag 'rxrpc-rewrite-20170109' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller
2017-01-09net: dsa: Make dsa_switch_ops constFlorian Fainelli
2017-01-09net: dsa: Encapsulate legacy switch drivers into dsa_switch_driverFlorian Fainelli
2017-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-09net/sched: act_csum: compute crc32c on SCTP packetsDavide Caratti
2017-01-09net/sched: Kconfig: select LIBCRC32C if NET_ACT_CSUM is selectedDavide Caratti
2017-01-09cls_u32: don't bother explicitly initializing ->divisor to zeroAlexandru Moise
2017-01-09syncookies: use SipHash in place of SHA1Jason A. Donenfeld
2017-01-09secure_seq: use SipHash in place of MD5Jason A. Donenfeld
2017-01-09net: ipv4: remove disable of bottom half in inet_rtm_getrouteDavid Ahern
2017-01-09net: change init_inodecache() return voidyuan linyu
2017-01-09cfg80211: NL80211_ATTR_SOCKET_OWNER support for CMD_CONNECTAndrzej Zaborowski
2017-01-09cfg80211: size various nl80211 messages correctlyJohannes Berg
2017-01-09rxrpc: Allow listen(sock, 0) to be used to disable listeningDavid Howells
2017-01-09rfkill: Add rfkill-any LED triggerMichał Kępień
2017-01-08net-tc: convert tc_from to tc_from_ingress and tc_redirectedWillem de Bruijn
2017-01-08net-tc: convert tc_at to tc_at_ingressWillem de Bruijn
2017-01-08net-tc: convert tc_verd to integer bitfieldsWillem de Bruijn
2017-01-08net-tc: extract skip classify bit from tc_verdWillem de Bruijn
2017-01-08net-tc: make MAX_RECLASSIFY_LOOP localWillem de Bruijn
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger