summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-05-03ppp_generic: handle non-linear skbs when passing them to pppdSimon Arlott
2010-05-03ppp_generic: pull 2 bytes so that PPP_PROTO(skb) is validSimon Arlott
2010-05-03iwmc3200wifi: fix busted iwm_debugfs_init definitionJohn W. Linville
2010-05-03Merge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel...John W. Linville
2010-05-03wireless: rt2x00: rt2800usb: be in sync with latest windows drivers.Xose Vazquez Perez
2010-05-03mac80211_hwsim: fix double-scan detectionJohannes Berg
2010-05-03mac80211: improve IBSS scanningJohannes Berg
2010-05-03mac80211: allow controlling aggregation manuallyJohannes Berg
2010-05-03orinoco_usb: implement fw downloadDavid Kilroy
2010-05-03orinoco_usb: avoid in_atomicDavid Kilroy
2010-05-03orinoco: add orinoco_usb driverDavid Kilroy
2010-05-03orinoco: encapsulate driver lockingDavid Kilroy
2010-05-03orinoco: allow driver to specify netdev_opsDavid Kilroy
2010-05-03orinoco: add hermes_opsDavid Kilroy
2010-05-03mac80211: fix ieee80211_find_sta[_by_hw]Johannes Berg
2010-05-03b43legacy: Added get_survey callback in order to get channel noiseJohn W. Linville
2010-05-03b43: Added get_survey callback in order to get channel noiseJohn W. Linville
2010-05-03rt2x00: remove now unused noise field from struct rxdone_entry_descJohn W. Linville
2010-05-03iwmc3200wifi: cleanup unneeded debugfs error handlingJohn W. Linville
2010-05-03tun: add ioctl to modify vnet header sizeMichael S. Tsirkin
2010-05-02net: Use explicit "unsigned int" instead of plain "unsigned" in netdevice.hDavid S. Miller
2010-05-02net: fix softnet_statChangli Gao
2010-05-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-05-02net: fix compile error due to double return type in SOCK_DEBUGJan Engelhardt
2010-05-02net: Inline skb_pull() in eth_type_trans().David S. Miller
2010-05-01net/usb: initiate sync sequence in sierra_net.c driverElina Pasheva
2010-05-01net: sock_def_readable() and friends RCU conversionEric Dumazet
2010-04-30sctp: Tag messages that can be Nagle delayed at creation.Vlad Yasevich
2010-04-30sctp: Optimize computation of highest new tsn in SACK.Vlad Yasevich
2010-04-30sctp: correctly mark missing chunks in fast recoveryVlad Yasevich
2010-04-30sctp: rwnd_press should be cumulativeVlad Yasevich
2010-04-30sctp: fast recovery algorithm is per association.Vlad Yasevich
2010-04-30sctp: update transport initializationsVlad Yasevich
2010-04-30sctp: Save some room in the sctp_transport by using bitfieldsVlad Yasevich
2010-04-30sctp: Do not force T3 timer on fast retransmissions.Vlad Yasevich
2010-04-30sctp: remove 'resent' bit from the chunkVlad Yasevich
2010-04-30sctp: Make sure we always return valid retransmit pathVlad Yasevich
2010-04-30sctp: cleanup: remove duplicate assignmentDan Carpenter
2010-04-30sctp: implement sctp association probing moduleWei Yongjun
2010-04-30sctp: use sctp_chunk_is_data macro to decide a chunk is data chunkShan Wei
2010-04-30sctp: Do no select unconfirmed transports for retransmissionsVlad Yasevich
2010-04-30sctp: fix to retranmit at least one DATA chunkWei Yongjun
2010-04-30net/usb: remove default in Kconfig for sierra_net driverElina Pasheva
2010-04-30sctp: missing set src and dest port while lookup output routeWei Yongjun
2010-04-30sctp: discard ABORT chunk with zero verification tag in COOKIE-WAIT stateWei Yongjun
2010-04-30sctp: assure at least one T3-rtx timer is running if a FORWARD TSN is sentWei Yongjun
2010-04-30sctp: send SHUTDOWN-ACK chunk back to the source.Vlad Yasevich
2010-04-30sctp: Use correct address family in sctp_getsockopt_peer_addrs()Vlad Yasevich
2010-04-30ipv6: cleanup: remove unneeded null checkDan Carpenter
2010-04-30xfrm: potential uninitialized variable num_xfrmsChangli Gao