aboutsummaryrefslogtreecommitdiffstats
path: root/include/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-02-25Phonet: don't bother with transaction IDs (especially for indications)Rémi Denis-Courmont1-11/+0
2011-02-25Phonet: remove redumdant pep->pipe_stateRémi Denis-Courmont1-9/+0
2011-02-25Phonet: use socket destination in pipe protocolRémi Denis-Courmont1-1/+0
2011-02-25Phonet: implement per-socket destination/peer addressRémi Denis-Courmont1-0/+1
2011-02-24Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller6-36/+542
2011-02-25ipvs: unify the formula to estimate the overhead of processing connectionsChangli Gao1-0/+14
2011-02-24ipv4: Rearrange how ip_route_newports() gets port keys.David S. Miller1-8/+11
2011-02-23xfrm: Const'ify xfrm_address_t args to xfrm_state_find.David S. Miller1-2/+2
2011-02-23xfrm: Const'ify ptr args to xfrm_state_*_check and xfrm_state_kern.David S. Miller1-12/+12
2011-02-23xfrm: Const'ify xfrm_tmpl and xfrm_state args to xfrm_state_addr_cmp.David S. Miller1-3/+3
2011-02-23xfrm: Const'ify policy arg to xp_net.David S. Miller1-1/+1
2011-02-23xfrm: Const'ify selector args in xfrm_migrate paths.David S. Miller1-1/+1
2011-02-23xfrm: Const'ify pointer args to km_migrate() and implementations.David S. Miller1-4/+8
2011-02-23xfrm: Const'ify address argument to xfrm_addr_any()David S. Miller1-1/+1
2011-02-23xfrm: Const'ify address arguments to xfrm_addr_cmp()David S. Miller1-1/+2
2011-02-23xfrm: Const'ify address arguments to ->dst_lookup()David S. Miller1-2/+2
2011-02-23xfrm: Const'ify selector argument to xfrm_selector_match()David S. Miller1-1/+1
2011-02-23xfrm: Const'ify tmpl and address arguments to ->init_temprop()David S. Miller1-2/+4
2011-02-23xfrm: Pass km_event pointers around as const when possible.David S. Miller1-4/+4
2011-02-23net_sched: long word align struct qdisc_skb_cb dataEric Dumazet1-1/+1
2011-02-23mac80211: rename RX_FLAG_TSFTJohannes Berg1-4/+5
2011-02-22net: Make flow cache paths use a const struct flowi.David S. Miller2-6/+8
2011-02-22net: Mark flowi arg to flow_cache_uli_match() const.David S. Miller1-1/+2
2011-02-22xfrm: Mark flowi arg to xfrm_state_find() const.David S. Miller1-2/+4
2011-02-22xfrm: Mark flowi arg to xfrm_selector_match() const.David S. Miller1-1/+2
2011-02-22xfrm: Mark token args to addr_match() const.David S. Miller1-6/+7
2011-02-22xfrm: Mark flowi arg to xfrm_type->reject() const.David S. Miller1-1/+2
2011-02-22xfrm: Mark flowi arg to ->init_tempsel() const.David S. Miller1-1/+2
2011-02-22xfrm: Mark flowi arg to ->fill_dst() const.David S. Miller1-1/+1
2011-02-22xfrm: Mark flowi arg to ->get_tos() const.David S. Miller1-1/+1
2011-02-22xfrm: Mark flowi arg const in key extraction helpers.David S. Miller1-6/+6
2011-02-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville6-36/+542
2011-02-22net: add __rcu annotations to sk_wq and wqEric Dumazet1-3/+4
2011-02-22ipv6: Add IPv6 multicast address flag definesLinus Lüssing1-0/+12
2011-02-22ipvs: use hlist instead of listChangli Gao1-1/+1
2011-02-21Bluetooth: Add mgmt_auth_failed eventJohan Hedberg2-0/+8
2011-02-21Bluetooth: Fix mgmt_pin_code_reply return parametersJohan Hedberg1-0/+5
2011-02-21Bluetooth: Add management support for user confirmation requestJohan Hedberg3-0/+41
2011-02-21Bluetooth: Add mgmt_pair_device commandJohan Hedberg2-0/+28
2011-02-20tcp: Remove debug macro of TCP_CHECK_TIMERShan Wei1-2/+0
2011-02-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-11/+1
2011-02-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6David S. Miller1-11/+1
2011-02-17ipv4: Use const'ify fib_result deep in the route call chains.David S. Miller1-1/+1
2011-02-17ipv4: Mark fib_combine_itag()'s 'res' arg as const.David S. Miller1-1/+1
2011-02-17net: Add initial_ref arg to dst_alloc().David S. Miller1-1/+1
2011-02-17Bluetooth: Fix some code style issues in hci_core.hSzymon Janc1-29/+29
2011-02-17netfilter: tproxy: do not assign timewait sockets to skb->skFlorian Westphal1-11/+1
2011-02-16Bluetooth: Send LE Connection Update CommandClaudio Takahasi2-0/+13
2011-02-16Bluetooth: Use proper timer for hci command timoutVille Tervo2-1/+4
2011-02-16Bluetooth: Add connection parameter update responseClaudio Takahasi1-0/+15