Commit Graph

158217 Commits (a803c942303e6a4ef0ab6b80114529852cffa058)
 

Author SHA1 Message Date
Vlad Yasevich a803c94230 sctp: Turn flags in 'sctp_packet' into bit fields 16 years ago
Vlad Yasevich 4007cc88ce sctp: Correctly track if AUTH has been bundled. 16 years ago
Wei Yongjun d521c08f4c sctp: fix to reset packet information after packet transmit 16 years ago
Vlad Yasevich 31b02e1549 sctp: Failover transmitted list on transport delete 16 years ago
Vlad Yasevich f68b2e05f3 sctp: Fix SCTP_MAXSEG socket option to comply to spec. 16 years ago
Vlad Yasevich cb95ea32a4 sctp: Don't do NAGLE delay on large writes that were fragmented small 16 years ago
Vlad Yasevich b29e790728 sctp: Nagle delay should be based on path mtu 16 years ago
Vlad Yasevich d4d6fb5787 sctp: Try not to change a_rwnd when faking a SACK from SHUTDOWN. 16 years ago
Vlad Yasevich 4d3c46e683 sctp: drop a_rwnd to 0 when receive buffer overflows. 16 years ago
Vlad Yasevich 33ce828131 sctp: Clear fast_recovery on the transport when T3 timer expires. 16 years ago
Vlad Yasevich b9f8478682 sctp: Fix error count increments that were results of HEARTBEATS 16 years ago
Alexey Dobriyan d71a09ed55 sctp: use proc_create() 16 years ago
Wei Yongjun dadb50cc1a sctp: fix check the chunk length of received HEARTBEAT-ACK chunk 16 years ago
Wei Yongjun a2f36eec56 sctp: drop SHUTDOWN chunk if the TSN is less than the CTSN 16 years ago
Vlad Yasevich 9c5c62be2f sctp: Send user messages to the lower layer as one 16 years ago
Vlad Yasevich 5d7ff261ef sctp: Try to encourage SACK bundling with DATA. 16 years ago
Vlad Yasevich e83963b769 sctp: Generate SACKs when actually sending outbound DATA 16 years ago
Vlad Yasevich 3e62abf92f sctp: Fix data segmentation with small frag_size 16 years ago
Vlad Yasevich bec9640bb0 sctp: Disallow new connection on a closing socket 16 years ago
Doug Graham af87b823ca sctp: Fix piggybacked ACKs 16 years ago
Rami Rosen b4e8c6a7e6 sctp: remove unused union (sctp_cmsg_data_t) definition 16 years ago
Vlad Yasevich 40187886bc sctp: release cached route when the transport goes down. 16 years ago
Wei Yongjun 3cd9749c0b sctp: update the route for non-active transports after addresses are added 16 years ago
Wei Yongjun 44e65c1ef1 sctp: check the unrecognized ASCONF parameter before access it 16 years ago
Wei Yongjun 425e0f6852 sctp: avoid overwrite the return value of sctp_process_asconf_ack() 16 years ago
Sachin Sant 8a34e2f8ba net: Fix a build break because of a typo in drivers/net/3c503.c 16 years ago
Wolfgang Grandegger 2a6ba39ad6 can: sja1000: legacy SJA1000 ISA bus driver 16 years ago
Wolfgang Grandegger 8935f57e68 can: sja1000: fix network statistics update 16 years ago
Wolfgang Grandegger 39e3ab6fde can: add can_free_echo_skb() for upcoming drivers 16 years ago
David S. Miller fab4e76373 WAN: dscc4: Fix warning pointing out a bug. 16 years ago
Cosmin Ratiu a8fdf2b331 ipv6: Fix tcp_v6_send_response(): it didn't set skb transport header 16 years ago
Scott Feldman 6fdfa97073 enic: organize device initialization/deinit into separate functions 16 years ago
Scott Feldman 491598a44f enic: bug fix: check for zero port MTU before posting warning 16 years ago
Scott Feldman d73149f51e enic: changes to driver/firmware interface 16 years ago
Scott Feldman 9f63a7c6ae enic: bug fix: enable VLAN filtering 16 years ago
Scott Feldman 6ba9cdc096 enic: provision for multiple Rx/Tx queues; prepare for RSS support 16 years ago
Scott Feldman 350991e12a enic: bug fix: included MAC drops in rx_dropped netstat 16 years ago
Scott Feldman 56ac88b38e enic: bug fix: protect fw call i/f with spinlock 16 years ago
Scott Feldman d19e22dc2c enic: use netdev_alloc_skb 16 years ago
Scott Feldman ea0d7d9181 enic: bug fix: split TSO fragments larger than 16K into multiple descs 16 years ago
Scott Feldman 4badc385d1 enic: workaround A0 erratum 16 years ago
Scott Feldman 27e6c7d338 enic: add support for multiple BARs 16 years ago
Eric Dumazet 1a123a3168 vlan: adds drops accounting 16 years ago
Eric Dumazet 2c11455321 macvlan: add multiqueue capability 16 years ago
Ben Hutchings 0fa0ee053a netdev: Convert MDIO ioctl implementation to use struct mii_ioctl_data 16 years ago
Ben Hutchings 7ab0f2736b netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementations 16 years ago
Ben Hutchings aae5e7c30f netdev: Remove SIOCDEVPRIVATE aliases for MDIO ioctls 16 years ago
Stephen Hemminger c23ddf8f22 sky2: only enable Vaux if capable of wakeup 16 years ago
Dhananjay Phadke cf503e8f45 netxen: fix infinite loop on dma mapping failure 16 years ago
Dhananjay Phadke 270e57e133 netxen: remove duplicate napi_add 16 years ago