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
/
sctp
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-03
sctp: Don't charge for data in sndbuf again when transmitting packet
Thomas Graf
1
-1
/
+20
2012-08-01
netvm: prevent a stream-specific deadlock
Mel Gorman
1
-1
/
+2
2012-07-24
ipv4: Prepare for change of rt->rt_iif encoding.
David S. Miller
1
-1
/
+1
2012-07-23
Merge branch 'kill_rtcache'
David S. Miller
1
-1
/
+1
2012-07-22
sctp: Implement quick failover draft from tsvwg
Neil Horman
6
-14
/
+176
2012-07-21
net: Document dst->obsolete better.
David S. Miller
1
-1
/
+1
2012-07-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-7
/
+12
2012-07-17
Merge branch 'nexthop_exceptions'
David S. Miller
5
-12
/
+20
2012-07-17
net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()
David S. Miller
2
-2
/
+2
2012-07-17
sctp: fix sparse warning for sctp_init_cause_fixed
Ioan Orghici
1
-1
/
+1
2012-07-17
sctp: Fix list corruption resulting from freeing an association on a list
Neil Horman
2
-7
/
+12
2012-07-16
sctp: Adjust PMTU updates to accomodate route invalidation.
David S. Miller
5
-10
/
+18
2012-07-12
net: Remove checks for dst_ops->redirect being NULL.
David S. Miller
1
-1
/
+1
2012-07-12
ipv6: Add redirect support to all protocol icmp error handlers.
David S. Miller
2
-2
/
+5
2012-07-12
ipv4: Add redirect support to all protocol icmp error handlers.
David S. Miller
1
-0
/
+16
2012-07-09
sctp: refactor sctp_packet_append_chunk and clenup some memory leaks
Neil Horman
1
-27
/
+52
2012-07-01
sctp: be more restrictive in transport selection on bundled sacks
Neil Horman
8
-4
/
+33
2012-06-19
sctp: fix warning when compiling without IPv6
Daniel Halperin
1
-0
/
+2
2012-05-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-20
/
+1
2012-05-15
net: Convert net_ratelimit uses to net_<level>_ratelimited
Joe Perches
3
-17
/
+12
2012-05-11
sctp: check cached dst before using it
Nicolas Dichtel
2
-20
/
+1
2012-04-24
net: add a limit parameter to sk_add_backlog()
Eric Dumazet
1
-2
/
+2
2012-04-21
net: Convert all sysctl registrations to register_net_sysctl
Eric W. Biederman
1
-7
/
+1
2012-04-21
net: Move all of the network sysctls without a namespace into init_net.
Eric W. Biederman
1
-2
/
+2
2012-04-15
net: cleanup unsigned to unsigned int
Eric Dumazet
5
-9
/
+9
2012-04-05
sctp: Allow struct sctp_event_subscribe to grow without breaking binaries
Thomas Graf
1
-2
/
+3
2012-03-09
sctp: Export sctp_do_peeloff
Benjamin Poirier
1
-15
/
+9
2012-01-09
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2011-12-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-14
/
+20
2011-12-20
sctp: Do not account for sizeof(struct sk_buff) in estimated rwnd
Thomas Graf
2
-11
/
+3
2011-12-20
sctp: fix incorrect overflow check on autoclose
Xi Wang
4
-3
/
+17
2011-12-12
net: use IS_ENABLED(CONFIG_IPV6)
Eric Dumazet
3
-4
/
+4
2011-12-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2011-12-02
treewide: Fix typos in various parts of the kernel, and fix some comments.
Justin P. Mattock
1
-1
/
+1
2011-11-30
sctp: better integer overflow check in sctp_auth_create_key()
Xi Wang
1
-1
/
+1
2011-11-23
net: remove ipv6_addr_copy()
Alexey Dobriyan
2
-22
/
+20
2011-11-09
sctp: fasthandoff with ASCONF at server-node
Michio Honda
1
-1
/
+7
2011-11-09
sctp: fasthandoff with ASCONF at mobile-node
Michio Honda
2
-1
/
+19
2011-11-07
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-0
/
+2
2011-11-01
net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules
Paul Gortmaker
2
-0
/
+2
2011-10-27
ipv6: tcp: fix TCLASS value in ACK messages sent from TIME_WAIT
Eric Dumazet
1
-1
/
+1
2011-10-14
net: more accurate skb truesize
Eric Dumazet
1
-1
/
+1
2011-09-22
Merge branch 'master' of github.com:davem330/net
David S. Miller
2
-0
/
+11
2011-09-17
sctp: deal with multiple COOKIE_ECHO chunks
Max Matveev
2
-0
/
+11
2011-08-25
sctp: Bundle HEAERTBEAT into ASCONF_ACK
Michio Honda
3
-0
/
+7
2011-08-25
sctp: HEARTBEAT negotiation after ASCONF
Michio Honda
1
-0
/
+4
2011-07-22
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-11
/
+8
2011-07-15
net: sctp: fix checksum marking for outgoing packets
Michał Mirosław
1
-11
/
+8
2011-07-14
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
7
-31
/
+106
2011-07-08
sctp: ABORT if receive, reassmbly, or reodering queue is not empty while clos...
Thomas Graf
2
-8
/
+21
[next]