diff options
author | David S. Miller <davem@davemloft.net> | 2012-05-07 23:35:40 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-05-07 23:35:40 -0400 |
commit | 0d6c4a2e4641bbc556dd74d3aa158c413a972492 (patch) | |
tree | da944af17682659bb433dc2282dcb48380c14cd1 /MAINTAINERS | |
parent | 6e06c0e2347ec79d0bd5702b2438fe883f784545 (diff) | |
parent | 1c430a727fa512500a422ffe4712166c550ea06a (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Conflicts:
drivers/net/ethernet/intel/e1000e/param.c
drivers/net/wireless/iwlwifi/iwl-agn-rx.c
drivers/net/wireless/iwlwifi/iwl-trans-pcie-rx.c
drivers/net/wireless/iwlwifi/iwl-trans.h
Resolved the iwlwifi conflict with mainline using 3-way diff posted
by John Linville and Stephen Rothwell. In 'net' we added a bug
fix to make iwlwifi report a more accurate skb->truesize but this
conflicted with RX path changes that happened meanwhile in net-next.
In e1000e a conflict arose in the validation code for settings of
adapter->itr. 'net-next' had more sophisticated logic so that
logic was used.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index a6fcc1eb56a0..887c965c2711 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -5887,11 +5887,11 @@ F: Documentation/scsi/st.txt | |||
5887 | F: drivers/scsi/st* | 5887 | F: drivers/scsi/st* |
5888 | 5888 | ||
5889 | SCTP PROTOCOL | 5889 | SCTP PROTOCOL |
5890 | M: Vlad Yasevich <vladislav.yasevich@hp.com> | 5890 | M: Vlad Yasevich <vyasevich@gmail.com> |
5891 | M: Sridhar Samudrala <sri@us.ibm.com> | 5891 | M: Sridhar Samudrala <sri@us.ibm.com> |
5892 | L: linux-sctp@vger.kernel.org | 5892 | L: linux-sctp@vger.kernel.org |
5893 | W: http://lksctp.sourceforge.net | 5893 | W: http://lksctp.sourceforge.net |
5894 | S: Supported | 5894 | S: Maintained |
5895 | F: Documentation/networking/sctp.txt | 5895 | F: Documentation/networking/sctp.txt |
5896 | F: include/linux/sctp.h | 5896 | F: include/linux/sctp.h |
5897 | F: include/net/sctp/ | 5897 | F: include/net/sctp/ |