summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2010-12-06filter: fix sk_filter rcu handlingEric Dumazet1-13/+6
2010-12-03net: don't reallocate skb->head unless the current one hasn't the needed extr...Changli Gao1-11/+23
2010-12-02tipc: Delete tipc_ownidentity()Allan Stephens3-10/+2
2010-12-02tipc: Eliminate obsolete native API forwarding routinesAllan Stephens2-87/+15
2010-12-02tipc: Eliminate an unused symbolic constant in link codeAllan Stephens1-6/+0
2010-12-02tipc: Eliminate useless initialization when creating subscriberAllan Stephens1-1/+1
2010-12-02tipc: Remove unused domain argument from multicast send routineAllan Stephens3-3/+2
2010-12-02tipc: Remove support for TIPC mode change callbackAllan Stephens4-53/+5
2010-12-02tipc: Delete useless function prototypesAllan Stephens4-4/+0
2010-12-02tipc: Eliminate useless return value when disabling a bearerAllan Stephens1-4/+5
2010-12-02tipc: Delete unused configuration service structure definitionAllan Stephens1-7/+0
2010-12-02tipc: Remove obsolete inclusions of header filesAllan Stephens22-77/+0
2010-12-02tipc: Remove obsolete native API files and exportsAllan Stephens11-58/+382
2010-12-02ipv6: use ND_REACHABLE_TIME and ND_RETRANS_TIMER instead of magic numberShan Wei1-12/+12
2010-12-02tcp: use TCP_BASE_MSS to set basic mss valueShan Wei1-1/+1
2010-12-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-1/+12
2010-12-02tcp: Implement ipv6 ->get_peer() and ->tw_get_peer().David S. Miller1-4/+18
2010-12-02tcp: Add timewait recycling bits to ipv6 connect code.David S. Miller2-25/+77
2010-12-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville1-3/+3
2010-12-02ipv6: Create inet6_csk_route_req().David S. Miller1-0/+32
2010-12-01timewait_sock: Create and use getpeer op.David S. Miller3-37/+54
2010-12-01inetpeer: Kill use of inet_peer_address_t typedef.David S. Miller1-4/+4
2010-12-01Bluetooth: clean up hci codeAndrei Emeltchenko4-41/+73
2010-12-01Bluetooth: clean up l2cap codeAndrei Emeltchenko1-4/+3
2010-12-01Bluetooth: clean up rfcomm codeAndrei Emeltchenko3-18/+23
2010-12-01Bluetooth: clean up sco codeAndrei Emeltchenko1-9/+13
2010-12-01Bluetooth: Fix error handling for l2cap_init()Anderson Lizardo1-2/+5
2010-12-01Bluetooth: Get rid of __rfcomm_get_sock_by_channel()Gustavo F. Padovan1-12/+7
2010-12-01Bluetooth: Get rid of __l2cap_get_sock_by_psm()Gustavo F. Padovan1-13/+9
2010-12-01Bluetooth: do not use assignment in if conditionAndrei Emeltchenko1-6/+12
2010-12-01Bluetooth: timer check sk is not owned before freeingAndrei Emeltchenko1-12/+20
2010-12-01Bluetooth: Check sk is not owned before freeing l2cap_connAndrei Emeltchenko1-0/+26
2010-12-01Bluetooth: hidp: fix information leak to userlandVasiliy Kulikov1-1/+1
2010-12-01Bluetooth: cmtp: fix information leak to userlandVasiliy Kulikov1-0/+1
2010-12-01Bluetooth: bnep: fix information leak to userlandVasiliy Kulikov1-0/+1
2010-12-01Bluetooth: Automate remote name requestsJohan Hedberg1-18/+54
2010-12-01Bluetooth: Create a unified authentication request functionJohan Hedberg1-14/+40
2010-12-01Bluetooth: Simplify remote features callback function logicJohan Hedberg1-44/+47
2010-12-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-2.6 int...Gustavo F. Padovan1-3/+3
2010-12-01net/ipv6/sit.c: return unhandled skb to tunnel4_rcvDavid McCullough1-1/+2
2010-12-01ipip: add module alias for tunl0 tunnel devicestephen hemminger1-0/+1
2010-12-01gre: add module alias for gre0 tunnel devicestephen hemminger1-0/+1
2010-12-01gre: minor cleanupsstephen hemminger1-2/+2
2010-12-01net sched: use xps information for qdisc NUMA affinityEric Dumazet3-4/+17
2010-12-01Make the ip6_tunnel reflect the true mtu.Anders Franzen1-0/+7
2010-11-30inet: Turn ->remember_stamp into ->get_peer in connection AF ops.David S. Miller3-32/+42
2010-11-30ipv6: Add infrastructure to bind inet_peer objects to routes.David S. Miller2-0/+20
2010-11-30inetpeer: Add v6 peers tree, abstract root properly.David S. Miller1-9/+18
2010-11-30inetpeer: Abstract address comparisons.David S. Miller1-8/+27
2010-11-30inetpeer: Make inet_getpeer() take an inet_peer_adress_t pointer.David S. Miller4-9/+9