aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-18ipv6: RFC 4884 partial support for SIT/GRE tunnelsEric Dumazet3-6/+31
2016-06-18gre: better support for ICMP messages for gre+ipv6Eric Dumazet2-0/+7
2016-06-18ipv6: translate ICMP_TIME_EXCEEDED to ICMPV6_TIME_EXCEEDEric Dumazet2-6/+12
2016-06-18ip6: move ipip6_err_gen_icmpv6_unreach()Eric Dumazet2-37/+40
2016-06-18ipv6: icmp: add a force_saddr param to icmp6_send()Eric Dumazet2-3/+6
2016-06-17RDS: TCP: Fix non static symbol warningsWei Yongjun1-2/+2
2016-06-17Merge tag 'linux-can-next-for-4.8-20160617' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-nextDavid S. Miller4-133/+193
2016-06-17tipc: potential shift wrapping bug in map_set()Dan Carpenter1-2/+2
2016-06-17net: ipv6: Address selection needs to consider L3 domainsDavid Ahern1-0/+48
2016-06-17net: vrf: Implement get_saddr for IPv6David Ahern2-2/+34
2016-06-17net: ipv6: Move ip6_route_get_saddr to inlineDavid Ahern1-17/+0
2016-06-17net: Remove deprecated tunnel specific UDP offload functionsAlexander Duyck1-65/+14
2016-06-17net: Merge VXLAN and GENEVE push notifiers into a single notifierAlexander Duyck1-0/+10
2016-06-17net: Combine GENEVE and VXLAN port notifiers into single functionsAlexander Duyck1-0/+102
2016-06-17can: bcm: add support for CAN FD framesOliver Hartkopp1-88/+135
2016-06-17can: bcm: unify bcm_msg_head handling and prepare function parametersOliver Hartkopp1-25/+29
2016-06-17can: bcm: use CAN frame instead of can_frame in commentsOliver Hartkopp1-16/+16
2016-06-17can: bcm: fix indention and other minor style issuesOliver Hartkopp1-14/+12
2016-06-17can: build proc support only if CONFIG_PROC_FS is activatedAlexander Aring3-3/+14
2016-06-16net, cls: also reject deleting all filters when TCA_KIND presentDaniel Borkmann1-1/+1
2016-06-16net: xfrm: fix old-style declarationArnd Bergmann2-6/+6
2016-06-16net: the space is required after ','Wei Tang1-6/+6
2016-06-16net: do not initialise statics to 0Wei Tang1-1/+1
2016-06-16mpls: allow routes on ipgre devicesSimon Horman1-3/+4
2016-06-16sctp: change sk state to CLOSED instead of CLOSING in sctp_sock_migrateXin Long1-1/+1
2016-06-15Merge tag 'rxrpc-rewrite-20160615' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsDavid S. Miller15-647/+842
2016-06-15ila: Fix checksum neutral mappingTom Herbert1-5/+5
2016-06-15net: ipv4: Add ability to have GRE ignore DF bit in IPv4 payloadsPhilip Prindeville2-10/+34
2016-06-156lowpan: add support for 802.15.4 short addr handlingAlexander Aring2-85/+195
2016-06-156lowpan: add support for getting short addressAlexander Aring1-0/+39
2016-06-156lowpan: introduce 6lowpan-ndAlexander Aring4-2/+242
2016-06-15ipv6: export several functionsAlexander Aring2-19/+10
2016-06-15ipv6: introduce neighbour discovery opsAlexander Aring3-37/+85
2016-06-15addrconf: put prefix address add in an own functionAlexander Aring1-94/+109
2016-06-15ndisc: add __ndisc_fill_addr_option functionAlexander Aring1-4/+10
2016-06-156lowpan: remove ipv6 module requestAlexander Aring1-2/+0
2016-06-156lowpan: add 802.15.4 short addr slaacAlexander Aring2-2/+49
2016-06-156lowpan: add private neighbour dataAlexander Aring1-0/+12
2016-06-15net_sched: sch_fq: defer skb freeingEric Dumazet1-1/+1
2016-06-15net_sched: sch_pie: defer skb freeingEric Dumazet1-1/+1
2016-06-15net_sched: sch_netem: defer skb freeingEric Dumazet1-3/+1
2016-06-15net_sched: sch_htb: defer skb freeingEric Dumazet1-2/+2
2016-06-15net_sched: sch_hhf: defer skb freeingEric Dumazet1-2/+2
2016-06-15net_sched: fq_codel: defer skb freeingEric Dumazet1-8/+9
2016-06-15net_sched: sch_fq: defer skb freeingEric Dumazet1-6/+13
2016-06-15net_sched: sch_codel: defer skb freeing in codel_change()Eric Dumazet1-1/+1
2016-06-15net_sched: sch_choke: defer skb freeingEric Dumazet1-4/+4
2016-06-15net_sched: add the ability to defer skb freeingEric Dumazet2-1/+23
2016-06-15tipc: add neighbor monitoring frameworkJon Paul Maloy10-31/+797
2016-06-15net_sched: make tcf_hash_check() booleanWANG Cong7-11/+16