index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv6
Age
Commit message (
Expand
)
Author
Files
Lines
2014-11-11
net: introduce SO_INCOMING_CPU
Eric Dumazet
2
-0
/
+2
2014-11-11
tcp: move sk_mark_napi_id() at the right place
Eric Dumazet
1
-1
/
+2
2014-11-07
udp: Increment UDP_MIB_IGNOREDMULTI for arriving unmatched multicasts
Rick Jones
2
-3
/
+9
2014-11-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-30
/
+11
2014-11-07
Merge branch 'net_next_ovs' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
2
-3
/
+1
2014-11-06
net: esp: Convert NETDEBUG to pr_info
Joe Perches
1
-5
/
+5
2014-11-06
net; ipv[46] - Remove 2 unnecessary NETDEBUG OOM messages
Joe Perches
1
-6
/
+4
2014-11-06
ip6_tunnel: Add support for wildcard tunnel endpoints.
Steffen Klassert
1
-1
/
+40
2014-11-06
ipv6: Allow sending packets through tunnels with wildcard endpoints
Steffen Klassert
3
-11
/
+24
2014-11-06
net: Remove MPLS GSO feature.
Pravin B Shelar
2
-3
/
+1
2014-11-06
fou: Fix typo in returning flags in netlink
Tom Herbert
1
-1
/
+1
2014-11-06
ipv6: mld: fix add_grhead skb_over_panic for devs with large MTUs
Daniel Borkmann
1
-4
/
+5
2014-11-06
net: Convert SEQ_START_TOKEN/seq_printf to seq_puts
Joe Perches
2
-7
/
+2
2014-11-06
net: Add and use skb_copy_datagram_msg() helper.
David S. Miller
3
-6
/
+6
2014-11-06
udp: Changes to udp_offload to support remote checksum offload
Tom Herbert
2
-0
/
+2
2014-11-05
ipv6: trivial, add bracket for the if block
Florent Fourcot
1
-2
/
+2
2014-11-05
net: allow setting ecn via routing table
Florian Westphal
1
-1
/
+1
2014-11-05
syncookies: split cookie_check_timestamp() into two functions
Florian Westphal
1
-3
/
+2
2014-11-03
gre6: Move the setting of dev->iflink into the ndo_init functions.
Steffen Klassert
1
-2
/
+3
2014-11-03
sit: Use ipip6_tunnel_init as the ndo_init function.
Steffen Klassert
1
-9
/
+6
2014-11-03
vti6: Use vti6_dev_init as the ndo_init function.
Steffen Klassert
1
-10
/
+1
2014-11-03
ip6_tunnel: Use ip6_tnl_dev_init as the ndo_init function.
Steffen Klassert
1
-9
/
+1
2014-11-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-66
/
+144
2014-10-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
1
-66
/
+109
2014-10-31
netfilter: nf_reject_ipv6: split nf_send_reset6() in smaller functions
Pablo Neira Ayuso
1
-66
/
+109
2014-10-31
drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packets
Ben Hutchings
1
-0
/
+34
2014-10-30
syncookies: only increment SYNCOOKIESFAILED on validation error
Florian Westphal
1
-2
/
+5
2014-10-30
ip6_tunnel: allow to change mode for the ip6tnl0
Alexey Andriyanov
1
-7
/
+25
2014-10-30
ipv6: remove assignment in if condition
Fabian Frederick
1
-1
/
+2
2014-10-30
ipv6: remove inline on static in c file
Fabian Frederick
1
-6
/
+6
2014-10-30
ipv6: spelling s/incomming/incoming
Fabian Frederick
1
-1
/
+1
2014-10-29
net: ipv6: Add a sysctl to make optimistic addresses useful candidates
Erik Kline
1
-2
/
+44
2014-10-29
ipv6: notify userspace when we added or changed an ipv6 token
Lubomir Rintel
1
-0
/
+1
2014-10-27
ipv6: include linux/uaccess.h instead of asm/uaccess.h
Fabian Frederick
1
-1
/
+1
2014-10-27
ipv6: replace min/casting by min_t
Fabian Frederick
1
-2
/
+2
2014-10-24
ipv6: Avoid redoing fib6_lookup() with reachable = 0 by saving fn
Martin KaFai Lau
1
-14
/
+16
2014-10-24
ipv6: Avoid redoing fib6_lookup() for RTF_CACHE hit case
Martin KaFai Lau
1
-3
/
+3
2014-10-24
ipv6: Remove BACKTRACK macro
Martin KaFai Lau
1
-30
/
+40
2014-10-24
net: Remove trailing whitespace in tcp.h icmp.c syncookies.c
Kenjiro Nakayama
2
-2
/
+0
2014-10-23
net: fix saving TX flow hash in sock for outgoing connections
Sathya Perla
1
-2
/
+2
2014-10-22
xfrm6: fix a potential use after free in xfrm6_policy.c
Li RongQing
1
-3
/
+8
2014-10-20
net: gso: use feature flag argument in all protocol gso handlers
Florian Westphal
1
-1
/
+1
2014-10-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2
-0
/
+5
2014-10-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2
-3
/
+4
2014-10-18
ipv6: fix a potential use after free in sit.c
Li RongQing
1
-3
/
+3
2014-10-18
ipv6: fix a potential use after free in ip6_offload.c
Li RongQing
1
-0
/
+1
2014-10-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
3
-13
/
+16
2014-10-18
ipv6: introduce tcp_v6_iif()
Eric Dumazet
2
-12
/
+16
2014-10-15
Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2014-10-14
ipv6: remove aca_lock spinlock from struct ifacaddr6
Li RongQing
1
-1
/
+0
[next]