summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | af_packet: eliminate pgv_to_page on some archesChangli Gao2010-12-081-1/+3
* | | | | | net: call dev_queue_xmit_nit() after skb_dst_drop()Eric Dumazet2010-12-081-3/+3
* | | | | | filter: constify sk_run_filter()Eric Dumazet2010-12-083-19/+21
* | | | | | net: RCU conversion of dev_getbyhwaddr() and arp_ioctl()Eric Dumazet2010-12-084-26/+25
* | | | | | Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/net-next-2.6David S. Miller2010-12-085-9/+223
|\ \ \ \ \ \
| * | | | | | dccp qpolicy: Parameter checking of cmsg qpolicy parametersTomasz Grobelny2010-12-073-6/+22
| * | | | | | dccp: Policy-based packet dequeueing infrastructureTomasz Grobelny2010-12-075-9/+207
* | | | | | | net/9p/protocol.c: Remove duplicated macros.Thiago Farina2010-12-081-24/+9
* | | | | | | net: init ingress queueChangli Gao2010-12-081-22/+13
|/ / / / / /
* | | | | | Fix a typo in datagram.c and sctp/socket.c.David Shwatrz2010-12-062-2/+2
* | | | | | filter: add a security check at install timeEric Dumazet2010-12-061-9/+63
* | | | | | net: arp: use assignmentChangli Gao2010-12-061-1/+1
* | | | | | af_packet: remove pgv.flagsChangli Gao2010-12-061-15/+5
* | | | | | af_packet: use vmalloc_to_page() instead for the addresss returned by vmalloc()Changli Gao2010-12-061-17/+19
* | | | | | net: kill an RCU warning in inet_fill_link_af()Eric Dumazet2010-12-061-4/+4
* | | | | | filter: add SKF_AD_RXHASH and SKF_AD_CPUEric Dumazet2010-12-061-0/+6
* | | | | | net: Fix too optimistic NETIF_F_HW_CSUM featuresMichał Mirosław2010-12-062-3/+8
| |_|_|/ / |/| | | |
* | | | | net: don't reallocate skb->head unless the current one hasn't the needed extr...Changli Gao2010-12-031-11/+23
* | | | | tipc: Delete tipc_ownidentity()Allan Stephens2010-12-023-10/+2
* | | | | tipc: Eliminate obsolete native API forwarding routinesAllan Stephens2010-12-022-87/+15
* | | | | tipc: Eliminate an unused symbolic constant in link codeAllan Stephens2010-12-021-6/+0
* | | | | tipc: Eliminate useless initialization when creating subscriberAllan Stephens2010-12-021-1/+1
* | | | | tipc: Remove unused domain argument from multicast send routineAllan Stephens2010-12-023-3/+2
* | | | | tipc: Remove support for TIPC mode change callbackAllan Stephens2010-12-024-53/+5
* | | | | tipc: Delete useless function prototypesAllan Stephens2010-12-024-4/+0
* | | | | tipc: Eliminate useless return value when disabling a bearerAllan Stephens2010-12-021-4/+5
* | | | | tipc: Delete unused configuration service structure definitionAllan Stephens2010-12-021-7/+0
* | | | | tipc: Remove obsolete inclusions of header filesAllan Stephens2010-12-0222-77/+0
* | | | | tipc: Remove obsolete native API files and exportsAllan Stephens2010-12-0211-58/+382
* | | | | ipv6: use ND_REACHABLE_TIME and ND_RETRANS_TIMER instead of magic numberShan Wei2010-12-021-12/+12
* | | | | tcp: use TCP_BASE_MSS to set basic mss valueShan Wei2010-12-021-1/+1
* | | | | tcp: Implement ipv6 ->get_peer() and ->tw_get_peer().David S. Miller2010-12-021-4/+18
* | | | | tcp: Add timewait recycling bits to ipv6 connect code.David S. Miller2010-12-022-25/+77
* | | | | ipv6: Create inet6_csk_route_req().David S. Miller2010-12-021-0/+32
* | | | | timewait_sock: Create and use getpeer op.David S. Miller2010-12-013-37/+54
* | | | | inetpeer: Kill use of inet_peer_address_t typedef.David S. Miller2010-12-011-4/+4
* | | | | ipip: add module alias for tunl0 tunnel devicestephen hemminger2010-12-011-0/+1
* | | | | gre: add module alias for gre0 tunnel devicestephen hemminger2010-12-011-0/+1
* | | | | gre: minor cleanupsstephen hemminger2010-12-011-2/+2
* | | | | net sched: use xps information for qdisc NUMA affinityEric Dumazet2010-12-013-4/+17
* | | | | inet: Turn ->remember_stamp into ->get_peer in connection AF ops.David S. Miller2010-11-303-32/+42
* | | | | ipv6: Add infrastructure to bind inet_peer objects to routes.David S. Miller2010-11-302-0/+20
* | | | | inetpeer: Add v6 peers tree, abstract root properly.David S. Miller2010-11-301-9/+18
* | | | | inetpeer: Abstract address comparisons.David S. Miller2010-11-301-8/+27
* | | | | inetpeer: Make inet_getpeer() take an inet_peer_adress_t pointer.David S. Miller2010-11-304-9/+9
* | | | | inetpeer: Introduce inet_peer_address_t.David S. Miller2010-11-302-9/+9
* | | | | inetpeer: Abstract out the tree root accesses.David S. Miller2010-11-301-50/+69
* | | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2010-11-2925-135/+606
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-11-2425-135/+606
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | mac80211: implement packet loss notificationJohannes Berg2010-11-242-0/+25
OpenPOWER on IntegriCloud