1. 8610c7c net: ipv6: add support for rpl sr exthdr by Alexander Aring · 4 years, 10 months ago
  2. a8eceea inet: Use fallthrough; by Joe Perches · 4 years, 10 months ago
  3. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  4. a9ba23d ipv6: make ipv6_renew_options() interrupt/kernel safe by Paul Moore · 7 years ago
  5. bdb7cc6 ipv6: Count interface receive statistics on the ingress netdev by Stephen Suryaputra · 7 years ago
  6. ccc12b1 ipv6: sr: fix TLVs not being copied using setsockopt by Mathieu Xhonneux · 7 years ago
  7. 47d3d7a ipv6: Implement limits on Hop-by-Hop and Destination options by Tom Herbert · 7 years ago
  8. 74b6551 ipv6: exthdrs: use swap macro in ipv6_dest_hao by Gustavo A. R. Silva · 7 years ago
  9. 275757e6 ipv6: mark expected switch fall-throughs by Gustavo A. R. Silva · 7 years ago
  10. 925615c ipv6: sr: allow SRH insertion with arbitrary segments_left value by David Lebrun · 7 years ago
  11. cb891fa udp6: fix jumbogram reception by Paolo Abeni · 7 years ago
  12. 0aeea21 net, ipv6: convert ipv6_txoptions.refcnt from atomic_t to refcount_t by Reshetova, Elena · 8 years ago
  13. d58ff35 networking: make skb_push & __skb_push return void pointers by Johannes Berg · 8 years ago
  14. 5b8481f ipv6: Need to export ipv6_push_frag_opts for tunneling now. by David S. Miller · 8 years ago
  15. ec9c421 ipv6: fix source routing by Sabrina Dubroca · 8 years ago
  16. 95b9b88 ipv6: sr: fix double free of skb after handling invalid SRH by David Lebrun · 8 years ago
  17. 013e816 ipv6: sr: remove cleanup flag and fix HMAC computation by David Lebrun · 8 years ago
  18. 2456e85 ktime: Get rid of the union by Thomas Gleixner · 8 years ago
  19. a149e7c ipv6: sr: add support for SRH injection through setsockopt by David Lebrun · 8 years ago
  20. 613fa3c ipv6: add source address argument for ipv6_push_nfrag_opts by David Lebrun · 8 years ago
  21. 9baee83 ipv6: sr: add calls to verify and insert HMAC signatures by David Lebrun · 8 years ago
  22. 1ababeb ipv6: implement dataplane support for rthdr type 4 (Segment Routing Header) by David Lebrun · 8 years ago
  23. d011a4d Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/selinux into next by James Morris · 9 years ago
  24. 2e532b7 calipso: Add validation of CALIPSO option. by Huw Davies · 9 years ago
  25. e67ae21 ipv6: Add ipv6_renew_options_kern() that accepts a kernel mem pointer. by Huw Davies · 9 years ago
  26. 1d01550 ipv6: rename IP6_INC_STATS_BH() by Eric Dumazet · 9 years ago
  27. 45f6fad ipv6: add complete rcu protection around np->opt by Eric Dumazet · 9 years ago
  28. 8b58a39 ipv6: use flag instead of u16 for hop in inet6_skb_parm by Florian Westphal · 10 years ago
  29. ba7a46f net: Convert LIMIT_NETDEBUG to net_dbg_ratelimited by Joe Perches · 10 years ago
  30. ce25698 ipv6: include linux/uaccess.h instead of asm/uaccess.h by Fabian Frederick · 10 years ago
  31. 67ba415 ipv6: White-space cleansing : Line Layouts by Ian Morris · 10 years ago
  32. 8112b1f ipv6/exthdrs: accept tlv which includes only padding by Jiri Pirko · 11 years ago
  33. dd3332b ipv6: Store Router Alert option in IP6CB directly. by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  34. c6b641a ipv6: Pull IPv6 GSO registration out of the module by Vlad Yasevich · 12 years ago
  35. 3c73a03 ipv6: Update ipv6 static library with newly needed functions by Vlad Yasevich · 12 years ago
  36. 2207afc ipv6: Move exthdr offload support into separate file by Vlad Yasevich · 12 years ago
  37. 3336288 ipv6: Switch to using new offload infrastructure. by Vlad Yasevich · 12 years ago
  38. 8ca896c ipv6: Add new offload registration infrastructure. by Vlad Yasevich · 12 years ago
  39. 07a9362 ipv6: use IS_ENABLED() by Amerigo Wang · 12 years ago
  40. e319269 net: Remove casts to same type by Joe Perches · 13 years ago
  41. 9b905fe ipv6/exthdrs: strict Pad1 and PadN check by Eldad Zack · 13 years ago
  42. a50feda ipv6: bool/const conversions phase2 by Eric Dumazet · 13 years ago
  43. 1de5a71 ipv6: correct the ipv6 option name - Pad0 to Pad1 by Eldad Zack · 13 years ago
  44. a495f83 ipv6: Export ipv6 functions for use by other protocols by Chris Elston · 13 years ago
  45. c1412fc net/ipv6/exthdrs.c: Strict PadN option checking by Eldad Zack · 13 years ago
  46. ac3c817 net/ipv6/exthdrs.c: Checkpatch cleanups by Eldad Zack · 13 years ago
  47. 4e3fd7a net: remove ipv6_addr_copy() by Alexey Dobriyan · 13 years ago
  48. bc3b2d7 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules by Paul Gortmaker · 13 years ago
  49. 897dc80 ipv6: avoid a dst_entry refcount change in ipv6_destopt_rcv() by Eric Dumazet · 13 years ago
  50. 4c9483b ipv6: Convert to use flowi6 where applicable. by David S. Miller · 14 years ago
  51. f6bc7d9 ipv6: avoid two atomics in ipv6_rthdr_rcv() by Eric Dumazet · 15 years ago
  52. 20c59de ipv6: Refactor update of IPv6 flowi destination address for srcrt (RH) option by Arnaud Ebalard · 15 years ago
  53. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  54. 3ffe533 ipv6: drop unused "dev" arg of icmpv6_send() by Alexey Dobriyan · 15 years ago
  55. 2570a4f ipv6: skb_dst() can be NULL in ipv6_hop_jumbo(). by David S. Miller · 15 years ago
  56. 41135cc net: constify struct inet6_protocol by Alexey Dobriyan · 15 years ago
  57. adf3090 net: skb->dst accessors by Eric Dumazet · 16 years ago
  58. 5b095d989 net: replace %p6 with %pI6 by Harvey Harrison · 16 years ago
  59. 0c6ce78 net: replace uses of NIP6_FMT with %p6 by Harvey Harrison · 16 years ago
  60. 483a47d ipv6: added net argument to IP6_INC_STATS_BH by Denis V. Lunev · 16 years ago
  61. 53b7997 ipv6 netns: Make several "global" sysctl variables namespace aware. by YOSHIFUJI Hideaki · 16 years ago
  62. 2aec609 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  63. 0ce2855 ipv6: missed namespace context in ipv6_rthdr_rcv by Denis V. Lunev · 17 years ago
  64. 0b04082 net: remove CVS keywords by Adrian Bunk · 17 years ago
  65. 389f661 [NETNS][IPV6]: inet6_addr - make ipv6_chk_home_addr namespace aware by Daniel Lezcano · 17 years ago
  66. 248b238 [IPV6]: make extended headers to return an error at initialization by Daniel Lezcano · 17 years ago
  67. 352e512 [NET]: Eliminate duplicate copies of dst_discard by Herbert Xu · 17 years ago
  68. e5bbef2 [IPV6]: Replace sk_buff ** with sk_buff * in input handlers by Herbert Xu · 17 years ago
  69. 65c8846 [IPV6]: Avoid skb_copy/pskb_copy/skb_realloc_headroom on input by Herbert Xu · 17 years ago
  70. bb4dbf9 [IPV6]: Do not send RH0 anymore. by YOSHIFUJI Hideaki · 18 years ago
  71. c382bb9 [IPV6]: Restore semantics of Routing Header processing. by YOSHIFUJI Hideaki · 18 years ago
  72. 59fbb3a6 [IPV6] MIP6: Loadable module support for MIPv6. by Masahide NAKAMURA · 18 years ago
  73. e76b2b2 [IPV6]: Do no rely on skb->dst before it is assigned. by YOSHIFUJI Hideaki · 18 years ago
  74. ebbd90a [IPV6]: Fix thinko in ipv6_rthdr_rcv() changes. by YOSHIFUJI Hideaki · 18 years ago
  75. 3ff50b7 [NET]: cleanup extra semicolons by Stephen Hemminger · 18 years ago
  76. 27a884d [SK_BUFF]: Convert skb->tail to sk_buff_data_t by Arnaldo Carvalho de Melo · 18 years ago
  77. b0e380b [SK_BUFF]: unions of just one member don't get anything done, kill them by Arnaldo Carvalho de Melo · 18 years ago
  78. cfe1fc7 [SK_BUFF]: Introduce skb_network_header_len by Arnaldo Carvalho de Melo · 18 years ago
  79. bff9b61 [SK_BUFF]: Use the helpers to get the layer header pointer by Arnaldo Carvalho de Melo · 18 years ago
  80. 9c70220 [SK_BUFF]: Introduce skb_transport_header(skb) by Arnaldo Carvalho de Melo · 18 years ago
  81. ea2ae17 [SK_BUFF]: Introduce skb_transport_offset() by Arnaldo Carvalho de Melo · 18 years ago
  82. 0660e03 [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h by Arnaldo Carvalho de Melo · 18 years ago
  83. d56f90a [SK_BUFF]: Introduce skb_network_header() by Arnaldo Carvalho de Melo · 18 years ago
  84. 57effc7 [IPV6]: Use skb->nh.ipv6h instead of casting skb->nh.raw by Arnaldo Carvalho de Melo · 18 years ago
  85. 7159039 [IPV6]: Decentralize EXPORT_SYMBOLs. by YOSHIFUJI Hideaki · 18 years ago
  86. b7aa0bf [NET]: convert network timestamps to ktime_t by Eric Dumazet · 18 years ago
  87. a23cf14 IPv6: fix Routing Header Type 0 handling thinko by YOSHIFUJI Hideaki · 18 years ago
  88. 0bcbc92 [IPV6]: Disallow RH0 by default. by YOSHIFUJI Hideaki · 18 years ago
  89. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 18 years ago
  90. 1ab1457 [NET] IPV6: Fix whitespace errors. by YOSHIFUJI Hideaki · 18 years ago
  91. e69a4ad [IPV6]: Misc endianness annotations. by Al Viro · 18 years ago
  92. a11d206 [IPV6]: Per-interface statistics support. by YOSHIFUJI Hideaki · 18 years ago
  93. dc435e6 [IPV6] MIP6: Fix to update IP6CB when cloned skbuff is received at HAO. by Masahide NAKAMURA · 18 years ago
  94. e731c24 [IPV6] MIP6: Several obvious clean-ups. by YOSHIFUJI Hideaki · 18 years ago
  95. a831f5b [IPV6] MIP6: Add inbound interface of home address option. by Masahide NAKAMURA · 18 years ago
  96. a80ff03 [IPV6]: Allow to replace skbuff by TLV parser. by Masahide NAKAMURA · 18 years ago
  97. c61a4043 [IPV6]: Find option offset by type. by Masahide NAKAMURA · 18 years ago
  98. 65d4ed9 [IPV6] MIP6: Add inbound interface of routing header type 2. by Masahide NAKAMURA · 18 years ago
  99. 84fa793 [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE by Patrick McHardy · 18 years ago
  100. 99c7bc0 [IPV6]: Fix kernel OOPs when setting sticky socket options. by YOSHIFUJI Hideaki · 18 years ago