aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2016-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds7-55/+52
2016-12-27net: xdp: remove unused bfp_warn_invalid_xdp_buffer()Jason Wang1-6/+0
2016-12-27openvswitch: upcall: Fix vlan handling.pravin shelar2-28/+27
2016-12-27ipv4: Namespaceify tcp_tw_reuse knobHaishuang Yan2-9/+9
2016-12-26net, sched: fix soft lockup in tc_classifyDaniel Borkmann1-1/+3
2016-12-25ktime: Get rid of ktime_equal()Thomas Gleixner1-1/+1
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner5-7/+7
2016-12-25ktime: Get rid of the unionThomas Gleixner14-30/+30
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds98-98/+98
2016-12-23tipc: don't send FIN message from connectionless socketJon Paul Maloy1-11/+13
2016-12-23sctp: fix recovering from 0 win with small data chunksMarcelo Ricardo Leitner1-1/+1
2016-12-23sctp: do not loose window information if in rwnd_overMarcelo Ricardo Leitner1-1/+1
2016-12-23neigh: Send netevent after marking neigh as deadIdo Schimmel1-0/+1
2016-12-23ipv6: handle -EFAULT from skb_copy_bitsDave Jones1-1/+5
2016-12-23inet: fix IP(V6)_RECVORIGDSTADDR for udp socketsWillem de Bruijn2-2/+2
2016-12-23net/sched: cls_flower: Mandate mask when matching on flagsOr Gerlitz1-11/+12
2016-12-23net/sched: act_tunnel_key: Fix setting UDP dst port in metadata under IPv6Or Gerlitz1-2/+2
2016-12-22net: ipv4: Don't crash if passing a null sk to ip_do_redirect.Lorenzo Colitti1-1/+2
2016-12-21tcp: add a missing barrier in tcp_tasklet_func()Eric Dumazet1-0/+1
2016-12-20RDS: use rb_entry()Geliang Tang1-1/+1
2016-12-20net_sched: sch_netem: use rb_entry()Geliang Tang1-1/+1
2016-12-20net_sched: sch_fq: use rb_entry()Geliang Tang1-7/+7
2016-12-20sctp: not copying duplicate addrs to the assoc's bind address listXin Long2-0/+6
2016-12-20sctp: reduce indent level in sctp_copy_local_addr_listXin Long1-18/+19
2016-12-20openvswitch: Add a missing break statement.Jarno Rajahalme1-0/+1
2016-12-20ipv4: Should use consistent conditional judgement for ip fragment in __ip_app...zheng li1-1/+1
2016-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds19-89/+105
2016-12-17Merge tag 'mac80211-for-davem-2016-12-16' of git://git.kernel.org/pub/scm/lin...David S. Miller3-8/+11
2016-12-17net: ipv6: check route protocol when deleting routesMantas M1-0/+2
2016-12-17net/x25: use designated initializersKees Cook1-1/+1
2016-12-17net: use designated initializersKees Cook1-1/+1
2016-12-17ATM: use designated initializersKees Cook4-55/+54
2016-12-17net: xdp: add invalid buffer warningJohn Fastabend1-0/+6
2016-12-17sctp: sctp_transport_lookup_process should rcu_read_unlock when transport is ...Xin Long1-4/+3
2016-12-17sctp: sctp_epaddr_lookup_transport should be protected by rcu_read_lockXin Long1-1/+4
2016-12-17irda: irnet: add member name to the miscdevice declarationLABBE Corentin1-3/+3
2016-12-17irda: irnet: Remove unused IRNET_MAJOR defineLABBE Corentin1-3/+0
2016-12-17irnet: ppp: move IRNET_MINOR to include/linux/miscdevice.hLABBE Corentin1-1/+0
2016-12-17irda: irnet: Move linux/miscdevice.h includeLABBE Corentin2-1/+1
2016-12-17irda: irproc.c: Remove unneeded linux/miscdevice.h includeLABBE Corentin1-1/+0
2016-12-17inet: Fix get port to handle zero port number with soreuseport setTom Herbert2-8/+13
2016-12-17inet: Don't go into port scan when looking for specific bind portTom Herbert1-1/+1
2016-12-17net/sched: cls_flower: Use masked key when calling HW offloadsPaul Blakey1-1/+1
2016-12-17net/sched: cls_flower: Use mask for addr_typePaul Blakey1-0/+4
2016-12-16Merge tag 'ceph-for-4.10-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds9-507/+256
2016-12-16Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+3
2016-12-16Merge tag 'nfsd-4.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds9-169/+101
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds6-16/+13
2016-12-16Revert "af_unix: fix hard linked sockets on overlay"Miklos Szeredi1-3/+3
2016-12-15Merge tag 'nfs-for-4.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds10-120/+138
2016-12-15Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds9-22/+13
2016-12-16Makefile: drop -D__CHECK_ENDIAN__ from cflagsMichael S. Tsirkin5-9/+1
2016-12-16linux: drop __bitwise__ everywhereMichael S. Tsirkin2-3/+3
2016-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds1-1/+4
2016-12-15mac80211: fix legacy and invalid rx-rate reportBen Greear1-6/+8
2016-12-15vsock/virtio: fix src/dst cid formatMichael S. Tsirkin1-7/+7
2016-12-15vsock/virtio: mark an internal function staticMichael S. Tsirkin1-2/+1
2016-12-15vsock/virtio: add a missing __le annotationMichael S. Tsirkin1-1/+1
2016-12-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-7/+8
2016-12-14rxrpc: abstract away knowledge of IDR internalsMatthew Wilcox2-7/+8
2016-12-14Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds1-20/+15
2016-12-14libceph: remove now unused finish_request() wrapperIlya Dryomov1-10/+4
2016-12-14libceph: always signal completion when doneIlya Dryomov1-14/+11
2016-12-14netns: avoid disabling irq for netns idPaul Moore1-20/+15
2016-12-14rds_rdma: log the connection reject messageSteve Wise1-1/+4
2016-12-13mac80211: Ensure enough headroom when forwarding mesh pktCedric Izoard1-1/+1
2016-12-13mac80211: don't call drv_set_default_unicast_key() for VLANsJohannes Berg1-1/+2
2016-12-12Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-121/+80
2016-12-12crush: include mapper.h in mapper.cTobias Klauser1-0/+2
2016-12-12libceph: no need to drop con->mutex for ->get_authorizer()Ilya Dryomov1-6/+0
2016-12-12libceph: drop len argument of *verify_authorizer_reply()Ilya Dryomov4-6/+6
2016-12-12libceph: verify authorize reply on connectIlya Dryomov1-0/+13
2016-12-12libceph: no need for GFP_NOFS in ceph_monc_init()Ilya Dryomov1-6/+6
2016-12-12libceph: stop allocating a new cipher on every crypto requestIlya Dryomov2-25/+61
2016-12-12libceph: uninline ceph_crypto_key_destroy()Ilya Dryomov2-8/+9
2016-12-12libceph: remove now unused ceph_*{en,de}crypt*() functionsIlya Dryomov2-383/+0
2016-12-12libceph: switch ceph_x_decrypt() to ceph_crypt()Ilya Dryomov1-46/+32
2016-12-12libceph: switch ceph_x_encrypt() to ceph_crypt()Ilya Dryomov1-34/+37
2016-12-12libceph: tweak calcu_signature() a littleIlya Dryomov1-15/+28
2016-12-12libceph: rename and align ceph_x_authorizer::reply_bufIlya Dryomov2-6/+7
2016-12-12libceph: introduce ceph_crypt() for in-place en/decryptionIlya Dryomov2-0/+89
2016-12-12libceph: introduce ceph_x_encrypt_offset()Ilya Dryomov1-2/+6
2016-12-12libceph: old_key in process_one_ticket() is redundantIlya Dryomov1-3/+1
2016-12-12libceph: ceph_x_encrypt_buflen() takes in_lenIlya Dryomov1-3/+4
2016-12-12Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2016-12-11netfilter: nft_counter: rework atomic dump and resetPablo Neira1-72/+55
2016-12-10net: l2tp: ppp: change PPPOL2TP_MSG_* => L2TP_MSG_*Asbjørn Sloth Tønnesen1-27/+27
2016-12-10net: l2tp: export debug flags to UAPIAsbjørn Sloth Tønnesen1-10/+0
2016-12-10net: bridge: shorten ageing time on topology changeVivien Didelot3-2/+30
2016-12-10net: bridge: add helper to set topology changeVivien Didelot4-4/+11
2016-12-10net: bridge: add helper to offload ageing timeVivien Didelot3-17/+24
2016-12-10net: socket: removed an unnecessary newlineAmit Kushwaha1-1/+0
2016-12-10netlink: use blocking notifierWANG Cong1-4/+4
2016-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2016-12-10Merge tag 'nfs-rdma-4.10-1' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust7-118/+128
2016-12-10SUNRPC: fix refcounting problems with auth_gss messages.NeilBrown1-1/+6
2016-12-09net: skb_condense() can also deal with empty skbsEric Dumazet1-9/+13
2016-12-09Merge tag 'mac80211-next-for-davem-2016-12-09' of git://git.kernel.org/pub/sc...David S. Miller5-11/+55
2016-12-09udp: udp_rmem_release() should touch sk_rmem_alloc laterEric Dumazet1-1/+2
2016-12-09udp: add batching to udp_rmem_release()Eric Dumazet1-0/+12
2016-12-09udp: copy skb->truesize in the first cache lineEric Dumazet1-3/+10
2016-12-09udp: add busylocks in RX pathEric Dumazet1-1/+42
2016-12-09cfg80211/mac80211: fix BSS leaks when abandoning assoc attemptsJohannes Berg4-9/+39
2016-12-09nl80211: Use different attrs for BSSID and random MAC addr in scan reqVamsi Krishna1-1/+15
2016-12-09nl80211: fix logic inversion in start_nan()Johannes Berg1-1/+1
2016-12-08net: socket: preferred __aligned(size) for control bufferAmit Kushwaha1-1/+2
2016-12-08Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2-17/+69
2016-12-08bpf: xdp: Allow head adjustment in XDP progMartin KaFai Lau1-2/+26
2016-12-08udp: under rx pressure, try to condense skbsEric Dumazet2-1/+39
2016-12-08net: rfs: add a jump labelEric Dumazet2-1/+6
2016-12-08net/sched: cls_flower: Support matching on ICMP type and codeSimon Horman1-0/+53
2016-12-08flow dissector: ICMP supportSimon Horman1-0/+31
2016-12-08net/sched: cls_flower: Add support for matching on flagsOr Gerlitz1-0/+76
2016-12-08icmp: correct return value of icmp_rcv()Zhang Shengju1-2/+2
2016-12-08Bluetooth: SMP: Add support for H7 crypto function and CT2 auth flagJohan Hedberg2-17/+69
2016-12-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller69-620/+2162
2016-12-07netfilter: nft_quota: allow to restore consumed quotaPablo Neira Ayuso1-2/+9
2016-12-07netfilter: xt_bpf: support ebpfWillem de Bruijn1-16/+80
2016-12-07netfilter: x_tables: avoid warn and OOM killer on vmalloc callMarcelo Ricardo Leitner1-1/+3
2016-12-07netfilter: nf_tables: support for set flushingPablo Neira Ayuso3-6/+51
2016-12-07netfilter: nft_set: introduce nft_{hash, rbtree}_deactivate_one()Pablo Neira Ayuso2-8/+27
2016-12-07netfilter: nf_tables: constify struct nft_ctx * parameter in nft_trans_alloc()Pablo Neira Ayuso1-2/+2
2016-12-07netfilter: nat: skip checksum on offload SCTP packetsDavide Caratti1-1/+4
2016-12-07netfilter: rpfilter: bypass ipv4 lbcast packets with zeronet sourceLiping Zhang2-9/+12
2016-12-07netfilter: nf_tables: allow to filter stateful object dumps by typePablo Neira Ayuso1-0/+50
2016-12-07netfilter: nft_objref: support for stateful object mapsPablo Neira Ayuso2-1/+119
2016-12-07netfilter: nf_tables: add stateful object reference to set elementsPablo Neira Ayuso1-10/+62
2016-12-07netfilter: nft_quota: add depleted flag for objectsPablo Neira Ayuso2-8/+29
2016-12-07netfilter: nf_tables: notify internal updates of stateful objectsPablo Neira Ayuso1-12/+19
2016-12-07netfilter: nf_tables: atomic dump and reset for stateful objectsPablo Neira Ayuso3-22/+81
2016-12-07netfilter: nft_quota: dump consumed quotaPablo Neira Ayuso1-5/+16
2016-12-07can: raw: raw_setsockopt: limit number of can_filter that can be setMarc Kleine-Budde1-0/+3
2016-12-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-58/+81
2016-12-06netfilter: nf_tables: add stateful object reference expressionPablo Neira Ayuso3-0/+119
2016-12-06netfilter: nft_quota: add stateful object typePablo Neira Ayuso1-13/+83
2016-12-06netfilter: nft_counter: add stateful object typePablo Neira Ayuso1-27/+113
2016-12-06netfilter: nf_tables: add stateful objectsPablo Neira Ayuso1-0/+516
2016-12-06netfilter: add and use nf_fwd_netdev_egressFlorian Westphal2-10/+27
2016-12-06netfilter: xt_multiport: Fix wrong unmatch result with multiple portsGao Feng1-7/+19
2016-12-06netfilter: nft_payload: layer 4 checksum adjustment for pseudoheader fieldsPablo Neira Ayuso1-5/+102
2016-12-06netfilter: nft_fib_ipv4: initialize *dest to zeroLiping Zhang1-0/+2
2016-12-06netfilter: nft_fib: convert htonl to ntohl properlyLiping Zhang3-3/+3
2016-12-06netfilter: x_tables: pack percpu counter allocationsFlorian Westphal4-18/+42
2016-12-06netfilter: x_tables: pass xt_counters struct to counter allocatorFlorian Westphal4-12/+33
2016-12-06netfilter: x_tables: pass xt_counters struct instead of packet counterFlorian Westphal4-7/+15
2016-12-06netfilter: convert while loops to for loopsAaron Conole2-8/+6
2016-12-06netfilter: introduce accessor functions for hook entriesAaron Conole3-10/+7
2016-12-06netfilter: defrag: only register defrag functionality if neededFlorian Westphal6-19/+126
2016-12-06sunrpc: use DEFINE_SPINLOCK()Fabian Frederick1-2/+1
2016-12-06Revert "dctcp: update cwnd on congestion event"Florian Westphal1-8/+1
2016-12-06tcp: warn on bogus MSS and try to amend itMarcelo Ricardo Leitner1-1/+21
2016-12-06net/udp: do not touch skb->peeked unless really neededEric Dumazet1-9/+10
2016-12-05netlink: Do not schedule work from sk_destructHerbert Xu1-17/+15
2016-12-05bpf: add prog_digest and expose it via fdinfo/netlinkDaniel Borkmann2-0/+17
2016-12-05bpf, cls: consolidate prog deletion pathDaniel Borkmann1-17/+13
2016-12-05bpf: remove type arg from __is_valid_{,xdp_}accessDaniel Borkmann1-9/+6
2016-12-05net_sched: gen_estimator: complete rewrite of rate estimatorsEric Dumazet13-253/+164
2016-12-05net/sched: cls_flower: Set the filter Hardware device for all use-casesHadar Hen Zion1-1/+4
2016-12-05ipv6: Allow IPv4-mapped address as next-hopErik Nordmark1-1/+4
2016-12-05net: caif: remove ineffective checkPan Bian1-4/+1
2016-12-05switch getfrag callbacks to ..._full() primitivesAl Viro2-6/+6
2016-12-05[iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro4-10/+7
2016-12-05Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller1-1/+5
2016-12-05net: ping: check minimum size on ICMP header lengthKees Cook1-0/+4
2016-12-05tcp: tsq: move tsq_flags close to sk_wmem_allocEric Dumazet5-19/+17
2016-12-05tcp: tcp_mtu_probe() is likely to exit earlyEric Dumazet1-9/+9
2016-12-05tcp: tsq: add a shortcut in tcp_small_queue_check()Eric Dumazet1-0/+9
2016-12-05tcp: tsq: avoid one atomic in tcp_wfree()Eric Dumazet1-1/+4
2016-12-05tcp: tsq: add shortcut in tcp_tasklet_func()Eric Dumazet1-10/+12
2016-12-05tcp: tsq: remove one locked operation in tcp_wfree()Eric Dumazet1-3/+10
2016-12-05tcp: tsq: add tsq_flags / tsq_enumEric Dumazet1-8/+8
2016-12-05net: bridge: set error code on failurePan Bian1-0/+1
2016-12-05net: af_mpls.c add space before open parenthesisSuraj Deshmukh1-1/+1
2016-12-05ipv4: Drop suffix update from resize codeAlexander Duyck1-21/+21
2016-12-05ipv4: Drop leaf from suffix pull/push functionsAlexander Duyck1-12/+14
2016-12-04netfilter: conntrack: add nf_conntrack_default_on sysctlFlorian Westphal2-1/+28
2016-12-04netfilter: conntrack: register hooks in netns when needed by rulesetFlorian Westphal3-24/+123
2016-12-04netfilter: nf_tables: add conntrack dependencies for nat/masq/redir expressionsFlorian Westphal7-3/+40
2016-12-04netfilter: nat: add dependencies on conntrack moduleFlorian Westphal4-6/+43
2016-12-04netfilter: add and use nf_ct_netns_get/putFlorian Westphal14-42/+54
2016-12-04netfilter: conntrack: remove unused init_net hookFlorian Westphal2-14/+0
2016-12-04netfilter: conntrack: built-in support for UDPliteDavide Caratti5-73/+19
2016-12-04netfilter: conntrack: built-in support for SCTPDavide Caratti5-72/+19
2016-12-04netfilter: conntrack: built-in support for DCCPDavide Caratti5-74/+20
2016-12-04Merge tag 'ipvs-for-v4.10' of https://git.kernel.org/pub/scm/linux/kernel/git...Pablo Neira Ayuso2-1/+55
2016-12-04netfilter: nfnetlink_log: add "nf-logger-5-1" module alias nameLiping Zhang1-0/+1
2016-12-04netfilter: nf_log: do not assume ethernet header in netdev familyLiping Zhang3-3/+6
2016-12-04netfilter: built-in NAT support for UDPliteDavide Caratti4-38/+8
2016-12-04netfilter: built-in NAT support for SCTPDavide Caratti4-36/+7
2016-12-04netfilter: built-in NAT support for DCCPDavide Caratti4-37/+8
2016-12-04netfilter: update Arturo Borrero Gonzalez email addressArturo Borrero Gonzalez6-12/+12
2016-12-03net: dcb: set error code on failuresPan Bian1-0/+1
2016-12-03ipv6 addrconf: Implemented enhanced DAD (RFC7527)Erik Nordmark3-5/+48
2016-12-03ipv4: fib: Replay events when registering FIB notifierIdo Schimmel1-2/+146
2016-12-03ipv4: fib: Allow for consistent FIB dumpingIdo Schimmel2-0/+3
2016-12-03ipv4: fib: Convert FIB notification chain to be atomicIdo Schimmel1-4/+4
2016-12-03ipv4: fib: Export free_fib_info()Ido Schimmel1-0/+1
2016-12-03act_mirred: fix a typo in get_devWANG Cong1-1/+1
2016-12-03udp: be less conservative with sock rmem accountingPaolo Abeni1-2/+2
2016-12-03Merge tag 'batadv-net-for-davem-20161202' of git://git.open-mesh.org/linux-mergeDavid S. Miller1-2/+2