aboutsummaryrefslogtreecommitdiffstats
path: root/include/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-03ipv4: Make caller provide on-stack flow key to ip_route_output_ports().David S. Miller1-6/+5
2011-05-03ipv4: Renamt struct rtable's rt_tos to rt_key_tos.David S. Miller1-1/+1
2011-05-02net: dont hold rtnl mutex during netlink dump callbacksEric Dumazet1-1/+1
2011-04-28ipv4: Remove now superfluous code in ip_route_connect().David S. Miller1-2/+0
2011-04-28ipv4: Use caller's on-stack flowi as-is in output route lookups.David S. Miller1-1/+1
2011-04-28net: Make dst_alloc() take more explicit initializations.David S. Miller1-1/+2
2011-04-28inet: add RCU protection to inet->optEric Dumazet2-8/+17
2011-04-27ipv4: Kill RTO_CONN.David S. Miller1-4/+0
2011-04-27ipv4: Sanitize and simplify ip_route_{connect,newports}()David S. Miller1-32/+56
2011-04-27sctp: clean up route lookup callsVlad Yasevich1-2/+1
2011-04-27sctp: remove useless arguments from get_saddr() callVlad Yasevich1-1/+0
2011-04-27sctp: cache the ipv6 source after route lookupVlad Yasevich1-8/+6
2011-04-25Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller3-72/+107
2011-04-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville3-72/+107
2011-04-24net: Remove __KERNEL__ cpp checks from include/netDavid S. Miller21-73/+0
2011-04-22inet: constify ip headers and in6_addrEric Dumazet9-34/+36
2011-04-21sctp: implement event notification SCTP_SENDER_DRY_EVENTWei Yongjun3-0/+21
2011-04-21sctp: change auth event type name to SCTP_AUTHENTICATION_EVENTWei Yongjun1-1/+2
2011-04-21sctp: implement socket option SCTP_GET_ASSOC_ID_LISTWei Yongjun1-0/+13
2011-04-20sctp: make heartbeat information in sctp_make_heartbeat()Wei Yongjun1-3/+1
2011-04-20sctp: fix to check the source address of COOKIE-ECHO chunkWei Yongjun1-1/+1
2011-04-20sctp: remove completely unsed EMPTY stateVlad Yasevich1-9/+8
2011-04-20sctp: remove redundant check when walking through a list of TLV parametersShan Wei1-2/+0
2011-04-19sctp: kill abandoned SCTP_CMD_TRANSMIT commandShan Wei1-1/+0
2011-04-19sctp: delete unused macro definition of sctp_chunk_is_controlShan Wei1-1/+0
2011-04-19mac80211: add a function for setting the TIM bit for a specific stationFelix Fietkau1-0/+12
2011-04-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-next-2.6John W. Linville1-68/+62
2011-04-15ipv6: RTA_PREFSRC support for ipv6 route source address selectionDaniel Walter2-0/+9
2011-04-14ipv4: Call fib_select_default() only when actually necessary.David S. Miller1-1/+2
2011-04-13Bluetooth: Move tx queue to struct l2cap_chanGustavo F. Padovan1-2/+2
2011-04-13Bluetooth: Move SREJ list to struct l2cap_chanGustavo F. Padovan1-7/+6
2011-04-12{mac|nl}80211: Add station connected timeMohammed Shafi Shajakhan1-0/+4
2011-04-12nl80211: New notification to discover mesh peer candidates.Javier Cardona1-0/+16
2011-04-12cfg80211/nl80211: Add userspace authentication flag to mesh setupJavier Cardona1-0/+5
2011-04-12nl80211: rename NL80211_MESH_SETUP_VENDOR_PATH_SEL_IEJavier Cardona1-4/+4
2011-04-12mac80211: Check for queued frames before entering power save.Vivek Natarajan1-0/+4
2011-04-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville5-6/+151
2011-04-11caif: code cleanupStephen Hemminger5-112/+7
2011-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller16-20/+20
2011-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds3-5/+17
2011-04-10Disable rp_filter for IPsec packetsMichael Smith1-0/+9
2011-04-10fib_validate_source(): pass sk_buff instead of markMichael Smith1-3/+3
2011-04-07Bluetooth: Move busy workqueue to struct l2cap_chanGustavo F. Padovan1-1/+1
2011-04-07Bluetooth: Move srej and busy queues to struct l2cap_chanGustavo F. Padovan1-4/+2
2011-04-07Bluetooth: Move ERTM timers to struct l2cap_chanGustavo F. Padovan1-7/+8
2011-04-07Bluetooth: Move remote info to struct l2cap_chanGustavo F. Padovan1-5/+5
2011-04-07Bluetooth: Move SDU related vars to struct l2cap_chanGustavo F. Padovan1-4/+4
2011-04-07Bluetooth: Move more ERTM stuff to struct l2cap_chanGustavo F. Padovan1-5/+5
2011-04-07Bluetooth: Move of ERTM *_seq vars to struct l2cap_chanGustavo F. Padovan1-10/+10
2011-04-07Bluetooth: Move conn_state to struct l2cap_chanGustavo F. Padovan1-2/+3