summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | Bluetooth: Move ERTM timers to struct l2cap_chanGustavo F. Padovan2011-04-072-44/+43
| | | * | | | Bluetooth: Move remote info to struct l2cap_chanGustavo F. Padovan2011-04-072-18/+18
| | | * | | | Bluetooth: Move SDU related vars to struct l2cap_chanGustavo F. Padovan2011-04-071-37/+37
| | | * | | | Bluetooth: Move more ERTM stuff to struct l2cap_chanGustavo F. Padovan2011-04-071-27/+24
| | | * | | | Bluetooth: Move of ERTM *_seq vars to struct l2cap_chanGustavo F. Padovan2011-04-072-67/+63
| | | * | | | Bluetooth: Move conn_state to struct l2cap_chanGustavo F. Padovan2011-04-072-193/+214
| | | * | | | Bluetooth: clean up l2cap_sock_recvmsg()Gustavo F. Padovan2011-04-072-25/+28
| | | * | | | Bluetooth: Move conf_{req,rsp} stuff to struct l2cap_chanGustavo F. Padovan2011-04-072-31/+32
| | | * | | | Bluetooth: Move ident to struct l2cap_chanGustavo F. Padovan2011-04-072-21/+21
| | | * | | | Bluetooth: Remove struct del_listGustavo F. Padovan2011-04-071-17/+7
| | | * | | | Bluetooth: Use struct list_head for L2CAP channels listGustavo F. Padovan2011-04-071-103/+85
| | | * | | | Bluetooth: Create struct l2cap_chanGustavo F. Padovan2011-04-072-90/+163
| | * | | | | mac80211: Allocate new mesh path and portal tables before taking lockscozybit Inc2011-04-131-24/+25
| | * | | | | mac80211: receive EAP frames from a station in an AP VLAN on the main APFelix Fietkau2011-04-131-4/+16
| | * | | | | {mac|nl}80211: Add station connected timeMohammed Shafi Shajakhan2011-04-125-1/+40
| | * | | | | mac80211: send notification on new peer candidate for our secure meshJavier Cardona2011-04-124-9/+21
| | * | | | | nl80211: New notification to discover mesh peer candidates.Javier Cardona2011-04-123-0/+56
| | * | | | | nl80211/mac80211: Perform PLINK_ACTION on new stationJavier Cardona2011-04-122-1/+6
| | * | | | | mac80211: ignore peer link requests from unauthenticated stations.Javier Cardona2011-04-121-0/+9
| | * | | | | mac80211: Let user space receive and send mesh auth/deauth framesJavier Cardona2011-04-122-2/+5
| | * | | | | nl80211/mac80211: let userspace authenticate stationsJavier Cardona2011-04-122-1/+10
| | * | | | | mac80211: ignore peers if security is enabled for this meshJavier Cardona2011-04-125-0/+11
| | * | | | | cfg80211/nl80211: Add userspace authentication flag to mesh setupJavier Cardona2011-04-122-0/+9
| | * | | | | nl80211: rename NL80211_MESH_SETUP_VENDOR_PATH_SEL_IEJavier Cardona2011-04-127-22/+22
| | * | | | | mac80211: Check for queued frames before entering power save.Vivek Natarajan2011-04-123-8/+42
* | | | | | | bonding: move processing of recv handlers into handle_frame()Jiri Pirko2011-04-251-21/+0
* | | | | | | net: make WARN_ON in dev_disable_lro() usefulMichał Mirosław2011-04-251-1/+2
|/ / / / / /
* | | | | | inet: constify ip headers and in6_addrEric Dumazet2011-04-2255-276/+280
* | | | | | net: fix hw_features ethtool_ops->set_flags compatibilityMichał Mirosław2011-04-211-2/+2
* | | | | | sctp: implement event notification SCTP_SENDER_DRY_EVENTWei Yongjun2011-04-213-1/+53
* | | | | | sctp: change auth event type name to SCTP_AUTHENTICATION_EVENTWei Yongjun2011-04-211-1/+1
* | | | | | sctp: implement socket option SCTP_GET_ASSOC_ID_LISTWei Yongjun2011-04-211-0/+52
* | | | | | sctp: move chunk from retransmit queue to abandoned listWei Yongjun2011-04-201-0/+7
* | | | | | sctp: make heartbeat information in sctp_make_heartbeat()Wei Yongjun2011-04-202-15/+14
* | | | | | sctp: fix to check the source address of COOKIE-ECHO chunkWei Yongjun2011-04-203-16/+27
* | | | | | sctp: handle ootb packet in chunk order as definedShan Wei2011-04-202-15/+21
* | | | | | sctp: bail from sctp_endpoint_lookup_assoc() if not boundVlad Yasevich2011-04-201-6/+14
* | | | | | sctp: remove completely unsed EMPTY stateVlad Yasevich2011-04-203-78/+0
* | | | | | sctp: check invalid value of length parameter in error causeShan Wei2011-04-201-1/+8
* | | | | | sctp: check parameter value of length in ERROR chunkShan Wei2011-04-201-0/+5
* | | | | | net: batman-adv: remove rx_csum ethtool_opsMichał Mirosław2011-04-201-13/+0
* | | | | | net: dsa: remove ethtool_ops->set_sgMichał Mirosław2011-04-201-1/+0
* | | | | | sctp: Release all routes when processing acks ADD_IP or DEL_IPVlad Yasevich2011-04-191-6/+2
* | | | | | sctp: Allow bindx_del to accept 0 portVlad Yasevich2011-04-191-1/+5
* | | | | | sctp: teach CACC algorithm about removed transportsVlad Yasevich2011-04-191-3/+8
* | | | | | sctp: use memdup_user to copy data from userspaceShan Wei2011-04-191-16/+6
* | | | | | sctp: kill abandoned SCTP_CMD_TRANSMIT commandShan Wei2011-04-191-6/+0
* | | | | | sctp: use common head of addr parameter to access member in addr-unrelated codeShan Wei2011-04-192-6/+6
* | | | | | sctp: fix the comment of sctp_sf_violation_paramlen()Shan Wei2011-04-191-2/+3
* | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2011-04-1910-44/+57
|\ \ \ \ \ \
OpenPOWER on IntegriCloud