summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2011-04-28Bluetooth: Add discovering event to the Management interfaceJohan Hedberg-0/+3
2011-04-28Bluetooth: Add basic discovery commands to the management interfaceJohan Hedberg-0/+4
2011-04-28Bluetooth: Don't export l2cap_sock_opsGustavo F. Padovan-1/+0
2011-04-28Bluetooth: Fix memory leak with L2CAP channelsGustavo F. Padovan-0/+1
2011-04-28Bluetooth: Move conn to struct l2cap_chanGustavo F. Padovan-3/+4
2011-04-28Bluetooth: Move more vars to struct l2cap_chanGustavo F. Padovan-5/+5
2011-04-28Bluetooth: Move more channel info to struct l2cap_chanGustavo F. Padovan-7/+7
2011-04-27Bluetooth: Move more vars to struct l2cap_chanGustavo F. Padovan-9/+9
2011-04-27Bluetooth: Move some more elements to struct l2cap_chanGustavo F. Padovan-5/+7
2011-04-27Bluetooth: Rename l2cap_do_connect() to l2cap_chan_connect()Gustavo F. Padovan-1/+1
2011-04-27Bluetooth: Move conf_state to struct l2cap_chanGustavo F. Padovan-2/+1
2011-04-27Bluetooth: Refactor L2CAP channel allocationGustavo F. Padovan-1/+2
2011-04-27ipv4: Kill RTO_CONN.David S. Miller-4/+0
2011-04-27ipv4: Sanitize and simplify ip_route_{connect,newports}()David S. Miller-32/+56
2011-04-27sctp: clean up route lookup callsVlad Yasevich-2/+1
2011-04-27sctp: remove useless arguments from get_saddr() callVlad Yasevich-1/+0
2011-04-27sctp: cache the ipv6 source after route lookupVlad Yasevich-8/+6
2011-04-25Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller-72/+107
2011-04-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-72/+107
2011-04-24net: Remove __KERNEL__ cpp checks from include/netDavid S. Miller-73/+0
2011-04-22inet: constify ip headers and in6_addrEric Dumazet-34/+36
2011-04-21sctp: implement event notification SCTP_SENDER_DRY_EVENTWei Yongjun-0/+21
2011-04-21sctp: change auth event type name to SCTP_AUTHENTICATION_EVENTWei Yongjun-1/+2
2011-04-21sctp: implement socket option SCTP_GET_ASSOC_ID_LISTWei Yongjun-0/+13
2011-04-20Merge master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-2.6Gustavo F. Padovan-3/+38
2011-04-20sctp: make heartbeat information in sctp_make_heartbeat()Wei Yongjun-3/+1
2011-04-20sctp: fix to check the source address of COOKIE-ECHO chunkWei Yongjun-1/+1
2011-04-20sctp: remove completely unsed EMPTY stateVlad Yasevich-9/+8
2011-04-20sctp: remove redundant check when walking through a list of TLV parametersShan Wei-2/+0
2011-04-19sctp: kill abandoned SCTP_CMD_TRANSMIT commandShan Wei-1/+0
2011-04-19sctp: delete unused macro definition of sctp_chunk_is_controlShan Wei-1/+0
2011-04-19mac80211: add a function for setting the TIM bit for a specific stationFelix Fietkau-0/+12
2011-04-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville-68/+62
2011-04-15ipv6: RTA_PREFSRC support for ipv6 route source address selectionDaniel Walter-0/+9
2011-04-15net/9p: nwname should be an unsigned intHarsh Prateek Bora-2/+2
2011-04-159p: revert tsyncfs related changesAneesh Kumar K.V-3/+0
2011-04-14ipv4: Call fib_select_default() only when actually necessary.David S. Miller-1/+2
2011-04-13Bluetooth: Move tx queue to struct l2cap_chanGustavo F. Padovan-2/+2
2011-04-13Bluetooth: Move SREJ list to struct l2cap_chanGustavo F. Padovan-7/+6
2011-04-12{mac|nl}80211: Add station connected timeMohammed Shafi Shajakhan-0/+4
2011-04-12nl80211: New notification to discover mesh peer candidates.Javier Cardona-0/+16
2011-04-12cfg80211/nl80211: Add userspace authentication flag to mesh setupJavier Cardona-0/+5
2011-04-12nl80211: rename NL80211_MESH_SETUP_VENDOR_PATH_SEL_IEJavier Cardona-4/+4
2011-04-12mac80211: Check for queued frames before entering power save.Vivek Natarajan-0/+4
2011-04-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-6/+151
2011-04-11caif: code cleanupStephen Hemminger-112/+7
2011-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-20/+20
2011-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds-5/+17
2011-04-10Disable rp_filter for IPsec packetsMichael Smith-0/+9
2011-04-10fib_validate_source(): pass sk_buff instead of markMichael Smith-3/+3